1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-15 14:48:40 +00:00

sql-9.0 sqlite

This commit is contained in:
skywalker
2021-10-09 22:44:47 +08:00
parent 75b38a8c1b
commit f6afb56dbf
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CREATE INDEX IF NOT EXISTS "ix_FileAudit_user" ON "FileAudit" ("user");
CREATE INDEX IF NOT EXISTS "ix_FileAudit_repo_id" ON "FileAudit" ("repo_id");