Merging resourceloader branch into trunk. Full documentation is at http://www.mediawi...
[lhc/web/wiklou.git] / includes / installer / SqliteUpdater.php
index 47151fe..19003b6 100644 (file)
@@ -47,6 +47,8 @@ class SqliteUpdater extends DatabaseUpdater {
                        array( 'addField', 'interwiki',     'iw_api',           'patch-iw_api_and_wikiid.sql' ),
                        array( 'drop_index_if_exists', 'iwlinks', 'iwl_prefix',  'patch-kill-iwl_prefix.sql' ),
                        array( 'drop_index_if_exists', 'iwlinks', 'iwl_prefix_from_title', 'patch-kill-iwl_pft.sql' ),
+                       array( 'addTable', 'msg_resource',                      'patch-msg_resource.sql' ),
+                       array( 'addTable', 'module_deps',                       'patch-module_deps.sql' ),
                );
        }
 }