geary/sql/version-008.sql

6 lines
143 B
MySQL
Raw Normal View History

--
-- Index the in_reply_to column, since we're searching on it now.
--
CREATE INDEX MessageTableInReplyToIndex ON MessageTable(in_reply_to);