mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
Ground work for installing and upgrading database schema based upon DB provider (MySQL, PostgresSQL, SQL Server, etc.) Cleaned up legacy cruft, refactored, commented and made simpler for to support additional database providers.
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
|