mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
add seafile scripts
This commit is contained in:
2
scripts/upgrade/sql/6.3.0/sqlite3/ccnet/groupmgr.sql
Normal file
2
scripts/upgrade/sql/6.3.0/sqlite3/ccnet/groupmgr.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE TABLE IF NOT EXISTS GroupStructure (group_id INTEGER PRIMARY KEY, path VARCHAR(1024));
|
||||
alter table `Group` add column parent_group_id INTEGER default 0; -- Replace `Group` if you configured table `Group` to another name.
|
1
scripts/upgrade/sql/6.3.0/sqlite3/ccnet/usermgr.sql
Normal file
1
scripts/upgrade/sql/6.3.0/sqlite3/ccnet/usermgr.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE TABLE IF NOT EXISTS LDAPConfig (cfg_group VARCHAR(255) NOT NULL, cfg_key VARCHAR(255) NOT NULL, value VARCHAR(255), property INTEGER);
|
Reference in New Issue
Block a user