r46900 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r46899
|
r46900
|
r46901
>
Date:
06:51, 6 February 2009
Author:
tstarling
Status:
deferred
Tags:
Comment:
Fixed broken comment, breaks upgradeTest.py.
Modified paths:
/branches/REL1_10/phase3/maintenance/tables.sql
(modified) (
history
)
Diff
[
purge
]
Index: branches/REL1_10/phase3/maintenance/tables.sql
—
—
@@ -1114,7 +1114,7 @@
1115
1115
1116
1116
) /*$wgDBTableOptions*/;
1117
1117
1118
+-- Used for storing page restrictions (i.e. protection levels)
1118
1119
CREATE TABLE /*$wgDBprefix*/page_restrictions (
1119
1120
-- Page to apply restrictions to (Foreign Key to page).
1120
1121
pr_page int NOT NULL,
Status & tagging log
14:36, 6 February 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r46900
[
removed:
new
added:
deferred]