Services: Convert LocalisationCache's static to a const now HHVM is gone
[lhc/web/wiklou.git] / maintenance / archives / patch-change_tag-change_tag_rc_tag_id.sql
index 23f7779..eda6dae 100644 (file)
@@ -12,5 +12,5 @@ DROP INDEX /*i*/change_tag_rc_tag ON /*_*/change_tag;
 DROP INDEX /*i*/change_tag_log_tag ON /*_*/change_tag;
 DROP INDEX /*i*/change_tag_rev_tag ON /*_*/change_tag;
 
-ALTER TABLE /*i*/change_tag
-  ALTER COLUMN ct_tag SET DEFAULT '';
\ No newline at end of file
+ALTER TABLE /*_*/change_tag
+  ALTER COLUMN ct_tag SET DEFAULT '';