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_00011.sql

4 lines
218 B
MySQL
Raw Normal View History

2017-03-14 17:19:53 +00:00
/* 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`;