X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FMysqlUpdater.php;h=c33d3ddc3c0b54933a30e3bf2160b01f02430cf6;hp=2e3fdba0047275fa3f90cfeadf3c347fb3fce6e4;hb=3681fa5907280a876eca46cc3c857b4ea541d24d;hpb=3110946330d98b7d61ab5b1899c09db723a152a3 diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index 2e3fdba004..c33d3ddc3c 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -375,6 +375,7 @@ class MysqlUpdater extends DatabaseUpdater { [ 'dropTable', 'valid_tag' ], [ 'dropTable', 'tag_summary' ], [ 'dropField', 'protected_titles', 'pt_reason', 'patch-drop-comment-fields.sql' ], + [ 'modifyTable', 'job', 'patch-job-params-mediumblob.sql' ], ]; }