1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-07-05 03:06:20 +00:00
seafile-server/scripts/upgrade/sql/6.3.0/mysql/seafevents.sql

5 lines
286 B
MySQL
Raw Normal View History

2018-04-23 09:17:18 +00:00
ALTER TABLE Event ADD INDEX `ix_event_timestamp` (`timestamp`);
ALTER TABLE FileAudit ADD INDEX `ix_FileAudit_timestamp` (`timestamp`);
ALTER TABLE FileUpdate ADD INDEX `ix_FileUpdate_timestamp` (`timestamp`);
ALTER TABLE UserTrafficStat ADD INDEX `ix_UserTrafficStat_month` (`month`);