update_sql_schema: Fix typo, add example MySQL version number

This commit is contained in:
Badlop 2024-01-25 11:29:41 +01:00
parent 01c70868ef
commit ea40afbe03
1 changed files with 2 additions and 2 deletions

View File

@ -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" ->