Merge "build: Switch QUnit package from deprecated 'qunitjs' to 'qunit'" into REL1_31
[lhc/web/wiklou.git] / includes / installer / OracleUpdater.php
index 084d66d..737b172 100644 (file)
@@ -144,6 +144,9 @@ class OracleUpdater extends DatabaseUpdater {
                        [ 'addTable', 'actor', 'patch-actor-table.sql' ],
                        [ 'migrateActors' ],
                        [ 'modifyTable', 'site_stats', 'patch-site_stats-modify.sql' ],
+                       [ 'populateArchiveRevId' ],
+                       [ 'addIndex', 'recentchanges', 'rc_namespace_title_timestamp',
+                               'patch-recentchanges-nttindex.sql' ],
 
                        // KEEP THIS AT THE BOTTOM!!
                        [ 'doRebuildDuplicateFunction' ],