X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2Finstaller%2FMysqlUpdater.php;h=c33d3ddc3c0b54933a30e3bf2160b01f02430cf6;hb=668b9efb671b118efe0d26b3ab4e2962aae73d78;hp=f7362cbf121ec863892dc2a45cd7382a3a10c0aa;hpb=5a68f2902d4e21bc76482c33344f473912768fec;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index f7362cbf12..c33d3ddc3c 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -374,6 +374,8 @@ class MysqlUpdater extends DatabaseUpdater { [ 'dropField', 'change_tag', 'ct_tag', 'patch-drop-ct_tag.sql' ], [ 'dropTable', 'valid_tag' ], [ 'dropTable', 'tag_summary' ], + [ 'dropField', 'protected_titles', 'pt_reason', 'patch-drop-comment-fields.sql' ], + [ 'modifyTable', 'job', 'patch-job-params-mediumblob.sql' ], ]; }