From: Alexandre Emsenhuber Date: Wed, 28 Jan 2009 19:36:20 +0000 (+0000) Subject: Fix syntax error :) X-Git-Tag: 1.31.0-rc.0~43168 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=dc4c367bfa3f5e44b15779cd2d61e8d97477994f;p=lhc%2Fweb%2Fwiklou.git Fix syntax error :) --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 7329603768..546c0b1077 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. -REATE TABLE /*_*/change_tag ( +CREATE TABLE /*_*/change_tag ( ct_rc_id int NULL, ct_log_id int NULL, ct_rev_id int NULL,