1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 15:11:08 +00:00

add the logic about seafevents

This commit is contained in:
zming
2018-04-23 17:17:18 +08:00
parent f9a40acaa0
commit d7f75c7a31
3 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
CREATE INDEX IF NOT EXISTS ix_event_timestamp ON Event (timestamp);
CREATE INDEX IF NOT EXISTS ix_FileAudit_timestamp ON FileAudit (timestamp);
CREATE INDEX IF NOT EXISTS ix_FileUpdate_timestamp ON FileUpdate (timestamp);
CREATE INDEX IF NOT EXISTS ix_UserTrafficStat_month ON UserTrafficStat (month);