Update SQL archive index to match mysql.sql

This commit is contained in:
Alexey Shchepin
2017-10-27 15:20:29 +03:00
parent b6c88fb17e
commit e1c8e88d87
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ CREATE TABLE archive (
created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
);
CREATE INDEX i_username ON archive(username);
CREATE INDEX i_username_timestamp ON archive(username, timestamp);
CREATE INDEX i_timestamp ON archive(timestamp);
CREATE INDEX i_peer ON archive(peer);
CREATE INDEX i_bare_peer ON archive(bare_peer);