r21958 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21957‎ | r21958 | r21959 >
Date:16:56, 7 May 2007
Author:greg
Status:old
Tags:
Comment:
Triple dash to double for SQL comment.
Modified paths:
  • /trunk/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: trunk/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(8) NOT NULL,