1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-14 06:12:50 +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 "RepoUserToken_token" ON "RepoUserToken" ("token");
CREATE INDEX IF NOT EXISTS "RepoTokenPeerInfo_peer_id" ON "RepoTokenPeerInfo" ("peer_id");