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

Update sql db check to version 11.

parent c69af782
No related branches found
Tags s20180215 s20180222 s20180313
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 "10" ]; then
if [ "${VER}" -lt "11" ]; 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