mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
4 lines
218 B
MySQL
4 lines
218 B
MySQL
|
/* community edition */
|
||
|
ALTER TABLE organization ADD COLUMN `authprovider` CHAR(20) NOT NULL DEFAULT 'documize' AFTER `allowanonymousaccess`;
|
||
|
ALTER TABLE organization ADD COLUMN `authconfig` JSON AFTER `authprovider`;
|