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/autobuild/db_00011.sql
Harvey Kandola 9d1af37f6e wip
2017-03-14 17:19:53 +00:00

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`;