X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FSqliteUpdater.php;h=15b3a5a2c14ebc740d42f512ddcf85e16ea1f057;hp=4722443f36342dc89cf29157de4a7843a43c7257;hb=4f3d131492de5491d4be6d8d67d786b0703a8c49;hpb=1791c928939f906627b9fb86c57ff8d9d626cbdb diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index 4722443f36..15b3a5a2c1 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -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' ],