mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Mention in what ejabberd version was added update_sql_schema option
This commit is contained in:
parent
a29d54c497
commit
4fd83631ec
1 changed files with 1 additions and 0 deletions
|
@ -924,6 +924,7 @@ doc() ->
|
||||||
[binary:part(ejabberd_config:version(), {0,5})]}}},
|
[binary:part(ejabberd_config:version(), {0,5})]}}},
|
||||||
{update_sql_schema,
|
{update_sql_schema,
|
||||||
#{value => "true | false",
|
#{value => "true | false",
|
||||||
|
note => "added in 23.10",
|
||||||
desc =>
|
desc =>
|
||||||
?T("Allow ejabberd to update SQL schema. "
|
?T("Allow ejabberd to update SQL schema. "
|
||||||
"The default value is 'true'.")}},
|
"The default value is 'true'.")}},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue