Merge "Populate ar_rev_id and make it non-nullable"
[lhc/web/wiklou.git] / includes / installer / MssqlUpdater.php
index 1653996..5e0dbc0 100644 (file)
@@ -124,6 +124,7 @@ 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' ],
                ];
        }