mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-29 00:02:35 +00:00
3 lines
150 B
MySQL
3 lines
150 B
MySQL
|
|
CREATE INDEX IF NOT EXISTS "ix_FileAudit_user" ON "FileAudit" ("user");
|
||
|
|
CREATE INDEX IF NOT EXISTS "ix_FileAudit_repo_id" ON "FileAudit" ("repo_id");
|