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