Fix syntax error :)
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 28 Jan 2009 19:36:20 +0000 (19:36 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 28 Jan 2009 19:36:20 +0000 (19:36 +0000)
maintenance/tables.sql

index 7329603..546c0b1 100644 (file)
@@ -1235,7 +1235,7 @@ CREATE TABLE /*_*/updatelog (
 ) /*$wgDBTableOptions*/;
 
 --- A table to track tags for revisions, logs and recent changes.
-REATE TABLE /*_*/change_tag (
+CREATE TABLE /*_*/change_tag (
        ct_rc_id int NULL,
        ct_log_id int NULL,
        ct_rev_id int NULL,