mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
4 lines
126 B
SQL
4 lines
126 B
SQL
/* Community edition */
|
|
|
|
-- Allow for pinned documents per space.
|
|
ALTER TABLE dmz_doc ADD c_seq INT NOT NULL DEFAULT '99999';
|