X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=blobdiff_plain;f=includes%2Finstaller%2FSqliteUpdater.php;h=3a755b6d409fd5f7bad966dddefffe0046edc81b;hb=27c61fb1e94da9114314468fd00bcf129ec064b6;hp=9f710014419c7ce506f603fa9e045e8bd20e7dfd;hpb=13e59687c81b6bdd9b7fab8a49aee8ffd68e0a21;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index 9f71001441..3a755b6d40 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -193,6 +193,15 @@ class SqliteUpdater extends DatabaseUpdater { [ 'migrateComments' ], [ 'renameIndex', 'l10n_cache', 'lc_lang_key', 'PRIMARY', false, 'patch-l10n_cache-primary-key.sql' ], + + // 1.31 + [ 'addTable', 'content', 'patch-content.sql' ], + [ 'addTable', 'content_models', 'patch-content_models.sql' ], + [ 'addTable', 'slots', 'patch-slots.sql' ], + [ 'addTable', 'slot_roles', 'patch-slot_roles.sql' ], + [ 'migrateArchiveText' ], + [ 'addTable', 'actor', 'patch-actor-table.sql' ], + [ 'migrateActors' ], ]; }