aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-08-26 11:46:23 +0200
committerBadlop <badlop@process-one.net>2020-08-26 11:46:23 +0200
commitbf62cf3db63daea2bfb3f769e2dd08eba05de292 (patch)
treede66c24f665eafa1b499a49dc4429247ad621656
parentmod_pubsub: Fix typo in 'hosts' documentation (diff)
Add link to docs about default and new database schemas
-rw-r--r--src/mod_admin_update_sql.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mod_admin_update_sql.erl b/src/mod_admin_update_sql.erl
index 51ec957ac..8fa7a3085 100644
--- a/src/mod_admin_update_sql.erl
+++ b/src/mod_admin_update_sql.erl
@@ -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.")}.