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