25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Mention in what ejabberd version was added update_sql_schema option

This commit is contained in:
Badlop 2024-04-12 16:37:47 +02:00
parent a29d54c497
commit 4fd83631ec

View File

@ -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'.")}},