r83821 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83820‎ | r83821 | r83822 >
Date:13:10, 13 March 2011
Author:reedy
Status:reverted (Comments)
Tags:
Comment:
Followup r83812, add /*_*/ to allow for prefixed tables
Modified paths:
  • /trunk/phase3/maintenance/archives/patch-cl_type.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/archives/patch-cl_type.sql
@@ -3,4 +3,4 @@
44 -- the < and > operators when working with enums
55 --
66
7 -ALTER TABLE categorylinks MODIFY cl_type varchar(6) NOT NULL default 'page';
 7+ALTER TABLE /*_*/categorylinks MODIFY cl_type varchar(6) NOT NULL default 'page';

Follow-up revisions

RevisionCommit summaryAuthorDate
r84394Revert r83812 (schema change for cl_type enum), no longer needed after r84392...catrope16:30, 20 March 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83812Schema change: change cl_type from ENUM('page', 'subcat', 'file') to varchar(...catrope10:35, 13 March 2011

Comments

#Comment by Catrope (talk | contribs)   15:37, 13 March 2011

Thanks

Status & tagging log