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:
4
scripts/upgrade/sql/6.3.0/sqlite3/seafevents.sql
Normal file
4
scripts/upgrade/sql/6.3.0/sqlite3/seafevents.sql
Normal 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);
|
Reference in New Issue
Block a user