From: Sam Reed Date: Thu, 29 Sep 2011 22:28:10 +0000 (+0000) Subject: Kill the updater remnants from r98467 X-Git-Tag: 1.31.0-rc.0~27350 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=903677c4f4d406a642ac109bc4ab28cbc2e00e48;p=lhc%2Fweb%2Fwiklou.git Kill the updater remnants from r98467 --- diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index b922ec76ce..28f5a9ebea 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -63,7 +63,6 @@ class SqliteUpdater extends DatabaseUpdater { // 1.19 array( 'addTable', 'config', 'patch-config.sql' ), array( 'addIndex', 'logging', 'type_action', 'patch-logging-type-action-index.sql'), - array( 'addTable', 'globalinterwiki', 'patch-globalinterwiki.sql' ), array( 'doMigrateUserOptions' ), ); }