Fixed broken comment (fails on my version of MySQL)
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 11 Feb 2009 08:18:44 +0000 (08:18 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 11 Feb 2009 08:18:44 +0000 (08:18 +0000)
maintenance/tables.sql

index 039ad7a..21f032e 100644 (file)
@@ -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,