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