X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FMysqlUpdater.php;h=99d6b35bd9ca4ee67d6a5f697306ff26bbbceba6;hb=695d7c28fe7036e9988ce92908185ebc41238296;hp=f8b5408a5b0e9aad084000963f29bcc5129929bc;hpb=aaf8866e3f10c92ca1350562d21e3a27dfdbe98a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index f8b5408a5b..99d6b35bd9 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -360,6 +360,13 @@ class MysqlUpdater extends DatabaseUpdater { [ 'populateContentTables' ], [ 'addIndex', 'logging', 'log_type_action', 'patch-logging-log-type-action-index.sql' ], [ 'dropIndex', 'logging', 'type_action', 'patch-logging-drop-type-action-index.sql' ], + [ 'renameIndex', 'interwiki', 'iw_prefix', 'PRIMARY', false, 'patch-interwiki-fix-pk.sql' ], + [ 'renameIndex', 'page_props', 'pp_page_propname', 'PRIMARY', false, + 'patch-page_props-fix-pk.sql' ], + [ 'renameIndex', 'protected_titles', 'pt_namespace_title', 'PRIMARY', false, + 'patch-protected_titles-fix-pk.sql' ], + [ 'renameIndex', 'site_identifiers', 'site_ids_type', 'PRIMARY', false, + 'patch-site_identifiers-fix-pk.sql' ], ]; } @@ -1224,7 +1231,7 @@ class MysqlUpdater extends DatabaseUpdater { 'Extending edit summary lengths (and setting defaults)' ); } else { - $this->output( '...comment fields are up to date' ); + $this->output( "...comment fields are up to date.\n" ); } }