# HG changeset patch # User Kim Alvefur # Date 1698861722 -3600 # Node ID b788307ca06acf0c869fd0a5f7ecb5ea39610a2d # Parent 4a05fbda927f6803c14af1caf67f4360aeb897c0 migrator: Update default config template with new stores * mod_authz_internal adds account_roles * mod_cron has its state * mod_smacks also has some non-critical state diff -r 4a05fbda927f -r b788307ca06a tools/migration/migrator.cfg.lua --- a/tools/migration/migrator.cfg.lua Sun Oct 29 21:31:07 2023 +0100 +++ b/tools/migration/migrator.cfg.lua Wed Nov 01 19:02:02 2023 +0100 @@ -3,6 +3,7 @@ local vhost = { "accounts", "account_details", + "account_roles", "roster", "vcard", "private", @@ -12,12 +13,15 @@ "offline-archive", "pubsub_nodes-pubsub", "pep-pubsub", + "cron", + "smacks_h", } local muc = { "persistent", "config", "state", "muc_log-archive", + "cron", }; input {