mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
3 lines
218 B
SQL
3 lines
218 B
SQL
/* 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`;
|