From 476b0f5a6033794527a7f807c44e6c445c701217 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 7 May 2007 16:56:53 +0000 Subject: [PATCH] Triple dash to double for SQL comment. --- maintenance/tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 5d8b548109..2e50070492 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -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, -- 2.20.1