Triple dash to double for SQL comment.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Mon, 7 May 2007 16:56:53 +0000 (16:56 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Mon, 7 May 2007 16:56:53 +0000 (16:56 +0000)
maintenance/tables.sql

index 5d8b548..2e50070 100644 (file)
@@ -1114,7 +1114,7 @@ CREATE TABLE /*$wgDBprefix*/querycachetwo (
 
 ) /*$wgDBTableOptions*/;
 
---- Used for storing page restrictions (i.e. protection levels)
+-- Used for storing page restrictions (i.e. protection levels)
 CREATE TABLE /*$wgDBprefix*/page_restrictions (
   -- Page to apply restrictions to (Foreign Key to page).
   pr_page int(8) NOT NULL,