Merge "OOUIHTMLForm styles: Replace fixed properties with `.transition()` mixin"
[lhc/web/wiklou.git] / includes / installer / MssqlUpdater.php
index 1653996..2d245a7 100644 (file)
@@ -124,6 +124,8 @@ class MssqlUpdater extends DatabaseUpdater {
                        [ 'migrateActors' ],
                        [ 'modifyField', 'revision', 'rev_text_id', 'patch-rev_text_id-default.sql' ],
                        [ 'modifyTable', 'site_stats', 'patch-site_stats-modify.sql' ],
+                       [ 'populateArchiveRevId' ],
+                       [ 'modifyField', 'recentchanges', 'rc_patrolled', 'patch-rc_patrolled_type.sql' ],
                ];
        }