Add the admin_update_sql module

This allows to upgrade from the old database schema to the new one that
works for multiple virtual hosts:
https://blog.process-one.net/ejabberd-18-03/

    ejabberdctl update_sql
This commit is contained in:
Greg 2019-03-27 10:35:12 +01:00
parent 6833c23a01
commit 70fb97ba4b
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ acme:
modules:
mod_adhoc: {}
mod_admin_extra: {}
mod_admin_update_sql: {}
mod_announce:
access: announce
mod_avatar: {}