]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - db/096to097.sql
Switch public timeline to new sorting; new index notice_created_id_is_local_idx
[quix0rs-gnu-social.git] / db / 096to097.sql
1 -- Add indexes for sorting changes in 0.9.7
2 -- Allows sorting public timeline by timestamp efficiently
3 alter table notice add index notice_created_id_is_local_idx (created,id,is_local);