From bf62cf3db63daea2bfb3f769e2dd08eba05de292 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 26 Aug 2020 11:46:23 +0200 Subject: [PATCH] Add link to docs about default and new database schemas --- src/mod_admin_update_sql.erl | 5 +++-- 1 file 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.")}.