Merge "MCR: replace slot_inherited with slot_origin"
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
index 46ff747..710cebf 100644 (file)
@@ -339,6 +339,7 @@ class MysqlUpdater extends DatabaseUpdater {
                        [ 'migrateArchiveText' ],
                        [ 'addTable', 'actor', 'patch-actor-table.sql' ],
                        [ 'migrateActors' ],
+                       [ 'modifyField', 'revision', 'rev_text_id', 'patch-rev_text_id-default.sql' ],
                ];
        }