X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Finstaller%2FOracleUpdater.php;h=d3a7b132a71fb3b53975555d3ccf2b57ebdb1c23;hb=2338d3b9614c2d74074c0481265545e2d20738ab;hp=e9be7445550e24b304692d340606407f37c402a1;hpb=2a6469dbd1aaa7656bb7b18031da38d952af268f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/OracleUpdater.php b/includes/installer/OracleUpdater.php index e9be744555..d3a7b132a7 100644 --- a/includes/installer/OracleUpdater.php +++ b/includes/installer/OracleUpdater.php @@ -167,6 +167,7 @@ class OracleUpdater 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' ], // KEEP THIS AT THE BOTTOM!! [ 'doRebuildDuplicateFunction' ],