]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - db/096to097.sql
53f4e97c9c246d09c0d7acffaba4fde917ece402
[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);