r46535 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r46534
|
r46535
|
r46536
>
Date:
15:41, 29 January 2009
Author:
midom
Status:
ok
Tags:
Comment:
stray comma, did anyone test this?
Modified paths:
/trunk/phase3/maintenance/tables.sql
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/tables.sql
—
—
@@ -1257,7 +1257,7 @@
1258
1258
1259
1259
UNIQUE KEY (ts_rc_id),
1260
1260
UNIQUE KEY (ts_log_id),
1261
- UNIQUE KEY (ts_rev_id),
1261
+ UNIQUE KEY (ts_rev_id)
1262
1262
) /*$wgDBTableOptions*/;
1263
1263
1264
1264
CREATE TABLE /*_*/valid_tag (
Status & tagging log
15:42, 29 January 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r46535
[
removed:
new
added:
ok]