From 79f1871353264539b7ba6b61fbda2cd6c4f60e9c Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 13 Mar 2011 13:10:40 +0000 Subject: [PATCH] Followup r83812, add /*_*/ to allow for prefixed tables --- maintenance/archives/patch-cl_type.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/archives/patch-cl_type.sql b/maintenance/archives/patch-cl_type.sql index 0eefa025fb..cf7b9c3a1a 100644 --- a/maintenance/archives/patch-cl_type.sql +++ b/maintenance/archives/patch-cl_type.sql @@ -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'; -- 2.20.1