1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00
documize/core/database/scripts/mysql/db_00022.sql

7 lines
158 B
MySQL
Raw Normal View History

/* enterprise edition */
-- document lifecycle default option
ALTER TABLE label ADD COLUMN `lifecycle` INT NOT NULL DEFAULT 1 AFTER `type`;
-- deprecations