summaryrefslogtreecommitdiff
path: root/db/096to097.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/096to097.sql')
-rw-r--r--db/096to097.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/096to097.sql b/db/096to097.sql
new file mode 100644
index 000000000..53f4e97c9
--- /dev/null
+++ b/db/096to097.sql
@@ -0,0 +1,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);