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