X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Farchives%2Fpatch-bot.sql;h=7625889c8d527acceee5ad759af210386a856d32;hb=d779a09035c43785e544279b93242a01960f6c72;hp=ce61884c442749e8680565053b2123d5903db945;hpb=722e946b528596128e4804eed3a5b245787e2ddf;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/archives/patch-bot.sql b/maintenance/archives/patch-bot.sql index ce61884c44..7625889c8d 100644 --- a/maintenance/archives/patch-bot.sql +++ b/maintenance/archives/patch-bot.sql @@ -7,5 +7,5 @@ -- column also added to buildTables.inc ALTER TABLE /*$wgDBprefix*/recentchanges - ADD COLUMN rc_bot tinyint(3) unsigned NOT NULL default '0' + ADD COLUMN rc_bot tinyint unsigned NOT NULL default '0' AFTER rc_minor;