X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=blobdiff_plain;f=includes%2Finstaller%2FMysqlUpdater.php;h=9427596565340cca4e90cf4afec526e806dc52f1;hb=27c76fa4ae07b6a1404bad269698d1af2679cc43;hp=710cebfda50b22ae1ad48c64accef15966dc36fb;hpb=abeca9ac48415828428284816d76dee347e680ea;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index 710cebfda5..9427596565 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -340,6 +340,7 @@ class MysqlUpdater extends DatabaseUpdater { [ 'addTable', 'actor', 'patch-actor-table.sql' ], [ 'migrateActors' ], [ 'modifyField', 'revision', 'rev_text_id', 'patch-rev_text_id-default.sql' ], + [ 'modifyTable', 'site_stats', 'patch-site_stats-modify.sql' ], ]; }