Extra comma breaks install
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 21 Feb 2004 08:31:30 +0000 (08:31 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 21 Feb 2004 08:31:30 +0000 (08:31 +0000)
maintenance/tables.sql

index 71f5525..c4a5133 100644 (file)
@@ -168,7 +168,7 @@ CREATE TABLE recentchanges (
   rc_last_oldid int(10) unsigned NOT NULL default '0',
   rc_type tinyint(3) unsigned NOT NULL default '0',
   rc_moved_to_ns tinyint(3) unsigned NOT NULL default '0',
-  rc_moved_to_title varchar(255) binary NOT NULL default '',
+  rc_moved_to_title varchar(255) binary NOT NULL default ''
 ) TYPE=MyISAM PACK_KEYS=1;
 
 DROP TABLE IF EXISTS watchlist;