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
pull/27/head
Kim Alvefur 2 years ago
parent 2c9c0fab32
commit 607bfafe36
  1. 4
      tools/migration/migrator.cfg.lua

@ -3,6 +3,7 @@ local data_path = "../../data";
local vhost = {
"accounts",
"account_details",
"account_roles",
"roster",
"vcard",
"private",
@ -12,12 +13,15 @@ local vhost = {
"offline-archive",
"pubsub_nodes-pubsub",
"pep-pubsub",
"cron",
"smacks_h",
}
local muc = {
"persistent",
"config",
"state",
"muc_log-archive",
"cron",
};
input {

Loading…
Cancel
Save