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 @@
4
4
-- the < and > operators when working with enums
5
5
--
6
6
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
Revision
Commit summary
Author
Date
r84394
Revert
r83812
(schema change for cl_type enum), no longer needed after
r84392...
catrope
16:30, 20 March 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r83812
Schema change: change cl_type from ENUM('page', 'subcat', 'file') to varchar(...
catrope
10:35, 13 March 2011
Comments
#
Comment by
Catrope
(
talk
|
contribs
)
15:37, 13 March 2011
Thanks
Status & tagging log
16:31, 20 March 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r83821
[
removed:
ok
added:
reverted]
15:37, 13 March 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r83821
[
removed:
new
added:
ok]