mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-28 16:08:25 +00:00
* upgrade_9.0_10.0 * seafile-monitor.sh * rm seahub-extra in scripts * rm seafile_auth_token
2 lines
137 B
SQL
2 lines
137 B
SQL
CREATE TABLE IF NOT EXISTS "OrgWhiteList" ("id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "org_id" integer UNIQUE, "white_list" TEXT);
|