From: Jan Gerber Date: Wed, 30 Nov 2011 15:24:27 +0000 (+0000) Subject: Fix DatabaseSqliteTest for db changes for chunk support. X-Git-Tag: 1.31.0-rc.0~26211 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=b5ff68b4d9da06b3b133cd5e9690656387815d2b;p=lhc%2Fweb%2Fwiklou.git Fix DatabaseSqliteTest for db changes for chunk support. follow up 104687 --- diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index dbca7253b7..25592b2905 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -69,6 +69,7 @@ class SqliteUpdater extends DatabaseUpdater { array( 'addField', 'archive', 'ar_sha1', 'patch-ar_sha1.sql' ), array( 'addIndex', 'page', 'page_redirect_namespace_len', 'patch-page_redirect_namespace_len.sql' ), array( 'modifyField', 'user', 'ug_group', 'patch-ug_group-length-increase.sql' ), + array( 'addField', 'uploadstash', 'us_chunk_inx', 'patch-uploadstash_chunk.sql' ), ); }