Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
comment out long running sql. will run separately
Browse files Browse the repository at this point in the history
  • Loading branch information
clouserw committed Feb 18, 2011
1 parent 7cd02ca commit fbad085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion migrations/148-hotness.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ ALTER TABLE addons
CREATE INDEX hotness_idx on addons (hotness);

-- See you in a couple hours.
CREATE INDEX addon_date_idx ON update_counts (addon_id, date);
-- I'm commenting this out and running it on production separately because I
-- don't want it to block our roll out. --clouserw
-- CREATE INDEX addon_date_idx ON update_counts (addon_id, date);

0 comments on commit fbad085

Please sign in to comment.