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 @@
11151115
11161116 ) /*$wgDBTableOptions*/;
11171117
 1118+-- Used for storing page restrictions (i.e. protection levels)
11181119 CREATE TABLE /*$wgDBprefix*/page_restrictions (
11191120 -- Page to apply restrictions to (Foreign Key to page).
11201121 pr_page int NOT NULL,

Status & tagging log