summaryrefslogtreecommitdiff
path: root/util/updates
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-01-05 13:30:35 +0100
committerYorhel <git@yorhel.nl>2013-01-05 13:30:35 +0100
commitba2c13150debd75c1cbf1a20950eb44ad6a30f86 (patch)
treed068b931b2c42f6dec54130cd6622c84445a87b5 /util/updates
parent68e04dade4a8bddffb13c09114f9c34867d2077b (diff)
Don't use Multi for processing screenshots
TODO: Get rid of the 'processing' flag and all the async loading of screenshot data in the screenshot uploader.
Diffstat (limited to 'util/updates')
-rw-r--r--util/updates/update_2.23.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/updates/update_2.23.sql b/util/updates/update_2.23.sql
index 305781b6..46a2dd68 100644
--- a/util/updates/update_2.23.sql
+++ b/util/updates/update_2.23.sql
@@ -61,3 +61,6 @@ DROP FUNCTION vn_rev_image_notify();
DROP TRIGGER chars_rev_image_notify ON chars_rev;
DROP FUNCTION chars_rev_image_notify();
+
+DROP TRIGGER screenshot_process_notify ON screenshots;
+DROP FUNCTION screenshot_process_notify();