Skip to content
Snippets Groups Projects
Unverified Commit 7092459f authored by Andrei Karas's avatar Andrei Karas
Browse files

Update sql db check to version 17.

parent 2eb3a0bd
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ function dbinfo {
export VER=$(cat tools/localserver/versions/sqlver 2>/dev/null)
if [[ -n "${VER}" ]]; then
if [ "${VER}" -lt "16" ]; then
if [ "${VER}" -lt "17" ]; then
reportdb
fi
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment