mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
5 lines
156 B
MySQL
5 lines
156 B
MySQL
|
/* Community Edition */
|
||
|
|
||
|
-- Allow for pinned documents per space.
|
||
|
ALTER TABLE dmz_doc ADD COLUMN `c_seq` INT NOT NULL DEFAULT 99999 AFTER `c_versionorder`;
|