Changes for H2 database upgrade

The latest verison of H2 does not allow colums called "user" or indexes
using an underscore in their name.

Issue-ID: POLICY-4488
Change-Id: I632f0715d597da1d306002e6079efc98bba0487f
Signed-off-by: liamfallon <liam.fallon@est.tech>
diff --git a/csit/get-versions.sh b/csit/get-versions.sh
index 30a581b..d309084 100755
--- a/csit/get-versions.sh
+++ b/csit/get-versions.sh
@@ -28,7 +28,7 @@
     echo GERRIT_BRANCH="${GERRIT_BRANCH}"
 fi
 
-export POLICY_MARIADB_VER=10.5.8
+export POLICY_MARIADB_VER=10.10.2
 echo POLICY_MARIADB_VER=${POLICY_MARIADB_VER}
 
 export POLICY_POSTGRES_VER=11.1