mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
update_sql_schema: Fix typo, add example MySQL version number
This commit is contained in:
parent
01c70868ef
commit
ea40afbe03
@ -1042,8 +1042,8 @@ print_schema(SDBType, SDBVersion, SNewSchema) ->
|
|||||||
{ok, V} ->
|
{ok, V} ->
|
||||||
{mysql, V};
|
{mysql, V};
|
||||||
error ->
|
error ->
|
||||||
io:format("pgsql version be in the same form as "
|
io:format("mysql version be in the same form as "
|
||||||
"SELECT VERSION() returns~n"),
|
"SELECT VERSION() returns, e.g. 8.2.0~n"),
|
||||||
{error, error}
|
{error, error}
|
||||||
end;
|
end;
|
||||||
"sqlite" ->
|
"sqlite" ->
|
||||||
|
Loading…
Reference in New Issue
Block a user