r47128 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r47127
|
r47128
|
r47129
>
Date:
08:18, 11 February 2009
Author:
tstarling
Status:
ok
Tags:
Comment:
Fixed broken comment (fails on my version of MySQL)
Modified paths:
/trunk/phase3/maintenance/tables.sql
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/tables.sql
—
—
@@ -1235,7 +1235,7 @@
1236
1236
) /*$wgDBTableOptions*/;
1237
1237
1238
1238
1239
+-- A table to track tags for revisions, logs and recent changes.
1239
1240
CREATE TABLE /*_*/change_tag (
1240
1241
ct_rc_id int NULL,
1241
1242
ct_log_id int NULL,
Status & tagging log
00:11, 18 February 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r47128
[
removed:
new
added:
ok]