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

sql-9.0 mysql

This commit is contained in:
skywalker
2021-10-09 22:05:07 +08:00
parent 0556b641a3
commit 75b38a8c1b
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `RepoUserToken` ADD INDEX `RepoUserToken_token` (`token`);
ALTER TABLE `RepoTokenPeerInfo` ADD INDEX `RepoTokenPeerInfo_peer_id` (`peer_id`);