Followup r83812, add /*_*/ to allow for prefixed tables
authorSam Reed <reedy@users.mediawiki.org>
Sun, 13 Mar 2011 13:10:40 +0000 (13:10 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 13 Mar 2011 13:10:40 +0000 (13:10 +0000)
maintenance/archives/patch-cl_type.sql

index 0eefa02..cf7b9c3 100644 (file)
@@ -3,4 +3,4 @@
 -- the < and > operators when working with enums
 --
 
-ALTER TABLE categorylinks MODIFY cl_type varchar(6) NOT NULL default 'page';
+ALTER TABLE /*_*/categorylinks MODIFY cl_type varchar(6) NOT NULL default 'page';