summaryrefslogtreecommitdiff
path: root/db/096to097.sql
blob: 53f4e97c9c246d09c0d7acffaba4fde917ece402 (plain)
1
2
3
-- Add indexes for sorting changes in 0.9.7
-- Allows sorting public timeline by timestamp efficiently
alter table notice add index notice_created_id_is_local_idx (created,id,is_local);