1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

upgrade sql OrgFileExtWhiteList (#5377)

This commit is contained in:
欢乐马
2023-02-13 11:46:53 +08:00
committed by GitHub
parent 30666c3713
commit fe16dfe635
2 changed files with 2 additions and 2 deletions

View File

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