X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FSqliteUpdater.php;h=7ed6f8680d5b3eb94ca1089ac972991c1bebbf38;hb=9ced9ebca28e1ce2bed455da5ad9da208013ef18;hp=88dfa6cf4e089e758b220456db5dcde85b4602dd;hpb=f1189284588d626e257bb8cfa43e7a8d60c0453f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index 88dfa6cf4e..7ed6f8680d 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -198,7 +198,12 @@ class SqliteUpdater extends DatabaseUpdater { [ 'addTable', 'content', 'patch-content.sql' ], [ 'addTable', 'content_models', 'patch-content_models.sql' ], [ 'addTable', 'slots', 'patch-slots.sql' ], - [ 'addTable', 'slot_roles', 'patch-slot_roles.sql' ] + [ 'addField', 'slots', 'slot_origin', 'patch-slot-origin.sql' ], + [ 'addTable', 'slot_roles', 'patch-slot_roles.sql' ], + [ 'migrateArchiveText' ], + [ 'addTable', 'actor', 'patch-actor-table.sql' ], + [ 'migrateActors' ], + [ 'modifyField', 'revision', 'rev_text_id', 'patch-rev_text_id-default.sql' ], ]; }