Merge "Populate ar_rev_id and make it non-nullable"
[lhc/web/wiklou.git] / includes / installer / PostgresUpdater.php
index bd1679a..c829d51 100644 (file)
@@ -538,6 +538,7 @@ class PostgresUpdater extends DatabaseUpdater {
                        [ 'addPgIndex', 'logging', 'logging_actor_time', '( log_actor, log_timestamp )' ],
                        [ 'migrateActors' ],
                        [ 'modifyTable', 'site_stats', 'patch-site_stats-modify.sql' ],
+                       [ 'populateArchiveRevId' ],
                ];
        }