X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FMysqlUpdater.php;h=f8b5408a5b0e9aad084000963f29bcc5129929bc;hp=b52cfb1955fe6c33f189a955029fcee94432a118;hb=b2101d7202425f3fc551ab15a3f03711316e2af7;hpb=6cce704da1335078aa98838e7a7da9eeb4e46b67 diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index b52cfb1955..f8b5408a5b 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -197,7 +197,6 @@ class MysqlUpdater extends DatabaseUpdater { [ 'addTable', 'user_former_groups', 'patch-user_former_groups.sql' ], // 1.19 - [ 'addIndex', 'logging', 'type_action', 'patch-logging-type-action-index.sql' ], [ 'addField', 'revision', 'rev_sha1', 'patch-rev_sha1.sql' ], [ 'doMigrateUserOptions' ], [ 'dropField', 'user', 'user_options', 'patch-drop-user_options.sql' ], @@ -359,6 +358,8 @@ class MysqlUpdater extends DatabaseUpdater { [ 'addField', 'change_tag', 'ct_tag_id', 'patch-change_tag-tag_id.sql' ], [ 'addIndex', 'archive', 'ar_revid_uniq', 'patch-archive-ar_rev_id-unique.sql' ], [ 'populateContentTables' ], + [ 'addIndex', 'logging', 'log_type_action', 'patch-logging-log-type-action-index.sql' ], + [ 'dropIndex', 'logging', 'type_action', 'patch-logging-drop-type-action-index.sql' ], ]; }