1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

Update schema for new pinned documents

This commit is contained in:
sauls8t 2020-02-03 21:01:11 +00:00
parent e014f5b5c1
commit 813f270a9d
3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,4 @@
/* Community Edition */
-- Allow for pinned documents per space.
ALTER TABLE dmz_doc ADD COLUMN `c_seq` INT NOT NULL DEFAULT 99999 AFTER `c_versionorder`;