From: Tim Starling Date: Wed, 11 Feb 2009 08:18:44 +0000 (+0000) Subject: Fixed broken comment (fails on my version of MySQL) X-Git-Tag: 1.31.0-rc.0~42938 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=5e56ed277de142aeb29afb5ab3df5602e3e9c9d0;p=lhc%2Fweb%2Fwiklou.git Fixed broken comment (fails on my version of MySQL) --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 039ad7a149..21f032e397 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -1235,7 +1235,7 @@ CREATE TABLE /*_*/updatelog ( ) /*$wgDBTableOptions*/; ---- A table to track tags for revisions, logs and recent changes. +-- A table to track tags for revisions, logs and recent changes. CREATE TABLE /*_*/change_tag ( ct_rc_id int NULL, ct_log_id int NULL,