Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/migrations
diff options
context:
space:
mode:
authorJeff Balogh <me@jeffbalogh.org>2010-06-24 18:48:06 (GMT)
committer Jeff Balogh <me@jeffbalogh.org>2010-06-24 18:48:23 (GMT)
commitde620dbbff1a746b82def1fc9755164afba4520d (patch)
treeb0774436f427c80a1db93ba21988dd9838d6fae3 /migrations
parent1a55eace630e2155835f626b4d761ee4157feb48 (diff)
(addon_id, date) index for download_counts
Diffstat (limited to 'migrations')
-rw-r--r--migrations/48-download-count-index.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/48-download-count-index.sql b/migrations/48-download-count-index.sql
new file mode 100644
index 0000000..c84bf3b
--- /dev/null
+++ b/migrations/48-download-count-index.sql
@@ -0,0 +1 @@
+CREATE INDEX addon_date_idx ON download_counts (addon_id, date);