Merge "Populate ar_rev_id and make it non-nullable"
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
index 61f4131..73a9689 100644 (file)
@@ -345,6 +345,7 @@ class MysqlUpdater extends DatabaseUpdater {
                        [ 'migrateActors' ],
                        [ 'modifyField', 'revision', 'rev_text_id', 'patch-rev_text_id-default.sql' ],
                        [ 'modifyTable', 'site_stats', 'patch-site_stats-modify.sql' ],
+                       [ 'populateArchiveRevId' ],
                ];
        }