X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Finstaller%2FSqliteUpdater.php;h=b107fd11eca340b0b175ea4be9b297bfb3cdd632;hb=a5e349c90843353df5e3c961ac78533bf0644897;hp=309f30f6935544100a0613f4ffa4c853542fb02c;hpb=6c169ee1fd84dcf82596edc8c696eff40f2b9aed;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index 309f30f693..b107fd11ec 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -210,6 +210,8 @@ class SqliteUpdater extends DatabaseUpdater { [ 'modifyField', 'revision', 'rev_text_id', 'patch-rev_text_id-default.sql' ], [ 'modifyTable', 'site_stats', 'patch-site_stats-modify.sql' ], [ 'populateArchiveRevId' ], + [ 'addIndex', 'recentchanges', 'rc_namespace_title_timestamp', + 'patch-recentchanges-nttindex.sql' ], ]; }