1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-11 13:29:10 +00:00
Files

2 lines
144 B
MySQL
Raw Permalink Normal View History

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