Populate ar_rev_id and make it non-nullable
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
index 9427596..caa9a67 100644 (file)
@@ -341,6 +341,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' ],
                ];
        }