X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FMysqlUpdater.php;h=c33d3ddc3c0b54933a30e3bf2160b01f02430cf6;hb=17ffd27cc7a535c04741686fd793066c709cc622;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' ], ]; }