1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-28 16:08:25 +00:00
seahub/scripts/upgrade/sql/9.0.0/sqlite3/seafevents.sql
2021-12-04 10:45:31 +08:00

3 lines
150 B
SQL

CREATE INDEX IF NOT EXISTS "ix_FileAudit_user" ON "FileAudit" ("user");
CREATE INDEX IF NOT EXISTS "ix_FileAudit_repo_id" ON "FileAudit" ("repo_id");