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} ->
|
||||
{mysql, V};
|
||||
error ->
|
||||
io:format("pgsql version be in the same form as "
|
||||
"SELECT VERSION() returns~n"),
|
||||
io:format("mysql version be in the same form as "
|
||||
"SELECT VERSION() returns, e.g. 8.2.0~n"),
|
||||
{error, error}
|
||||
end;
|
||||
"sqlite" ->
|
||||
|
Loading…
Reference in New Issue
Block a user