1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-27 07:28:42 +00:00
seahub/scripts/upgrade/sql/10.0.0/sqlite3/ccnet.sql
2023-02-13 11:46:53 +08:00

2 lines
144 B
SQL

CREATE TABLE IF NOT EXISTS "OrgFileExtWhiteList" ("id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "org_id" integer UNIQUE, "white_list" TEXT);