From: Sam Reed Date: Sun, 13 Mar 2011 13:10:40 +0000 (+0000) Subject: Followup r83812, add /*_*/ to allow for prefixed tables X-Git-Tag: 1.31.0-rc.0~31471 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=79f1871353264539b7ba6b61fbda2cd6c4f60e9c;p=lhc%2Fweb%2Fwiklou.git Followup r83812, add /*_*/ to allow for prefixed tables --- 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';