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