mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
wip
This commit is contained in:
parent
0b51608383
commit
9d1af37f6e
22 changed files with 2215 additions and 647 deletions
3
core/database/scripts/autobuild/db_00011.sql
Normal file
3
core/database/scripts/autobuild/db_00011.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* 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`;
|
Loading…
Add table
Add a link
Reference in a new issue