Add link to docs about default and new database schemas

This commit is contained in:
Badlop 2020-08-26 11:46:23 +02:00
parent 8daea451e3
commit bf62cf3db6
1 changed files with 3 additions and 2 deletions

View File

@ -363,5 +363,6 @@ mod_options(_) -> [].
mod_doc() ->
#{desc =>
?T("This module can be used to update existing SQL database "
"from 'old' to 'new' schema. When the module is loaded "
"use 'update_sql' ejabberdctl command.")}.
"from the default to the new schema. Check the section "
"http://../database-ldap/#default-and-new-schemas[Default and New Schemas] for details. "
"When the module is loaded use 'update_sql' ejabberdctl command.")}.