mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
Upgrade 9.0 10.0 (#5374)
* upgrade_9.0_10.0 * seafile-monitor.sh * rm seahub-extra in scripts * rm seafile_auth_token
This commit is contained in:
6
scripts/upgrade/sql/10.0.0/mysql/ccnet.sql
Normal file
6
scripts/upgrade/sql/10.0.0/mysql/ccnet.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS OrgWhiteList (
|
||||
id BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
||||
org_id INTEGER,
|
||||
white_list TEXT,
|
||||
UNIQUE INDEX (org_id)
|
||||
) ENGINE=INNODB;
|
Reference in New Issue
Block a user