From: Greg Sabino Mullane Date: Mon, 7 May 2007 16:56:53 +0000 (+0000) Subject: Triple dash to double for SQL comment. X-Git-Tag: 1.31.0-rc.0~53036 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=476b0f5a6033794527a7f807c44e6c445c701217;p=lhc%2Fweb%2Fwiklou.git Triple dash to double for SQL comment. --- 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,