mirror of
https://github.com/documize/community.git
synced 2025-07-21 14:19:43 +02:00
6 lines
158 B
SQL
6 lines
158 B
SQL
/* enterprise edition */
|
|
|
|
-- document lifecycle default option
|
|
ALTER TABLE label ADD COLUMN `lifecycle` INT NOT NULL DEFAULT 1 AFTER `type`;
|
|
|
|
-- deprecations
|