mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
7 lines
133 B
MySQL
7 lines
133 B
MySQL
|
/* community edition */
|
||
|
|
||
|
-- add subscription
|
||
|
ALTER TABLE dmz_org ADD COLUMN `c_sub` JSON NULL AFTER `c_authconfig`;
|
||
|
|
||
|
-- deprecations
|