Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Balogh <jbalogh@mozilla.com>2010-09-03 06:24:50 (GMT)
committer Jeff Balogh <jbalogh@mozilla.com>2010-09-03 06:24:50 (GMT)
commitd0b97fbecc496720642efd26d3bc0bd49a3ca199 (patch)
treed6101f7704105214764e276b69336f9ab999bc3f
parented4aeeee9f6794033a7cd0758745f56b23f3e3d2 (diff)
drop triggers we now calculate with tasks
-rw-r--r--migrations/74-collection-triggers.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/74-collection-triggers.sql b/migrations/74-collection-triggers.sql
new file mode 100644
index 0000000..fc9f46f
--- /dev/null
+++ b/migrations/74-collection-triggers.sql
@@ -0,0 +1,2 @@
+DROP TRIGGER IF EXISTS collections_update_addon_count_delete;
+DROP TRIGGER IF EXISTS collections_update_addon_count_insert;