Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/migrations
diff options
context:
space:
mode:
authorJeff Balogh <jbalogh@mozilla.com>2010-07-15 23:46:37 (GMT)
committer Jeff Balogh <jbalogh@mozilla.com>2010-07-21 23:50:47 (GMT)
commit0ae4521e0db906be267461e30640c1de8298fc4f (patch)
tree15459f797232d573de3cce785d51b091686751f8 /migrations
parent3f6edc163d122629b80f0542c57264ef50e6876e (diff)
new collection pages, redirects from old pages (bug 574272)
Diffstat (limited to 'migrations')
-rw-r--r--migrations/53-collections-addon-idx.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/53-collections-addon-idx.sql b/migrations/53-collections-addon-idx.sql
new file mode 100644
index 0000000..65de3e2
--- /dev/null
+++ b/migrations/53-collections-addon-idx.sql
@@ -0,0 +1,2 @@
+-- Holy crap this takes forever.
+CREATE INDEX created_idx ON addons_collections (collection_id, created)