diff options
Diffstat (limited to 'includes/installer/MysqlUpdater.php')
-rw-r--r-- | includes/installer/MysqlUpdater.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index 9c15b4e4e56e..635a51172695 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -246,6 +246,10 @@ class MysqlUpdater extends DatabaseUpdater { [ 'modifyField', 'page', 'page_title', 'patch-page-page_title-varbinary.sql' ], [ 'dropDefault', 'page', 'page_touched' ], [ 'modifyField', 'user', 'user_name', 'patch-user_table-updates.sql' ], + + // 1.37 + [ 'renameIndex', 'revision', 'page_timestamp', 'rev_page_timestamp', false, + 'patch-revision-rename-index.sql' ], ]; } |