1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 21:29:42 +02:00
documize/core/database/scripts/postgresql/db_00009.sql

6 lines
134 B
MySQL
Raw Normal View History

2020-02-03 21:01:11 +00:00
/* Community Edition */
-- Allow for pinned documents per space.
ALTER TABLE dmz_doc ADD COLUMN c_seq INT NOT NULL DEFAULT '99999';