Software /
code /
prosody
Diff
tools/migration/migrator.cfg.lua @ 13295:b788307ca06a
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
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 01 Nov 2023 19:02:02 +0100 |
parent | 12168:33e856c65033 |
child | 13296:803a4ef6244d |
line wrap: on
line diff
--- 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 {