From c153185cab34bff2e7f96a8318fd517855554840 Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Thu, 19 Dec 2013 00:36:37 -0500 Subject: [PATCH] Correct patch filenames in MysqlUpdater Follows-up 65a304c44451. Change-Id: I5bf550721d3b36b7075896dc920fceb6fd58590a --- includes/installer/MysqlUpdater.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index 7833ec01a2..773afca7db 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -246,8 +246,8 @@ class MysqlUpdater extends DatabaseUpdater { // 1.23 array( 'addField', 'recentchanges', 'rc_source', 'patch-rc_source.sql' ), - array( 'addIndex', 'logging', 'log_user_text_type_time', 'patch-log_user_text_type_time_index.sql' ), - array( 'addIndex', 'logging', 'log_user_text_time', 'patch-log_user_text_time_index.sql' ), + array( 'addIndex', 'logging', 'log_user_text_type_time', 'patch-logging_user_text_type_time_index.sql' ), + array( 'addIndex', 'logging', 'log_user_text_time', 'patch-logging_user_text_time_index.sql' ), ); } -- 2.20.1