Fix double dot in filename
authorReedy <reedy@wikimedia.org>
Fri, 27 Sep 2019 16:22:11 +0000 (17:22 +0100)
committerReedy <reedy@wikimedia.org>
Sat, 28 Sep 2019 04:20:54 +0000 (04:20 +0000)
Follows-Up: I7617616df57f7468d06e9b52426b6851bfef0e7d
Change-Id: Ia8be2fd6a13d095e27a6489b0126763573dd6194

includes/installer/MysqlUpdater.php
includes/installer/SqliteUpdater.php

index f0519c7..a249ada 100644 (file)
@@ -334,7 +334,7 @@ class MysqlUpdater extends DatabaseUpdater {
                        // [ 'addTable', 'image_comment_temp', 'patch-image_comment_temp-table.sql' ],
                        [ 'addField', 'archive', 'ar_comment_id', 'patch-archive-ar_comment_id.sql' ],
                        [ 'addField', 'filearchive', 'fa_description_id', 'patch-filearchive-fa_description_id.sql' ],
-                       [ 'modifyField', 'image', 'img_description', 'patch-image-img_description-default..sql' ],
+                       [ 'modifyField', 'image', 'img_description', 'patch-image-img_description-default.sql' ],
                        [ 'addField', 'ipblocks', 'ipb_reason_id', 'patch-ipblocks-ipb_reason_id.sql' ],
                        [ 'addField', 'logging', 'log_comment_id', 'patch-logging-log_comment_id.sql' ],
                        [ 'addField', 'oldimage', 'oi_description_id', 'patch-oldimage-oi_description_id.sql' ],
index 4722443..15b3a5a 100644 (file)
@@ -192,7 +192,7 @@ class SqliteUpdater extends DatabaseUpdater {
                        // File kept on disk and the updater entry here for historical purposes.
                        // [ 'addTable', 'image_comment_temp', 'patch-image_comment_temp-table.sql' ],
                        [ 'addField', 'archive', 'ar_comment_id', 'patch-archive-ar_comment_id.sql' ],
-                       [ 'modifyField', 'image', 'img_description', 'patch-image-img_description-default..sql' ],
+                       [ 'modifyField', 'image', 'img_description', 'patch-image-img_description-default.sql' ],
                        [ 'addField', 'ipblocks', 'ipb_reason_id', 'patch-ipblocks-ipb_reason_id.sql' ],
                        [ 'addField', 'logging', 'log_comment_id', 'patch-logging-log_comment_id.sql' ],
                        [ 'addField', 'oldimage', 'oi_description_id', 'patch-oldimage-oi_description_id.sql' ],