From 0a85ebf4a72c22571751cbc80017cc81c93a235b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sun, 18 Dec 2022 02:24:07 +0000 Subject: 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 --- csit/get-versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit') diff --git a/csit/get-versions.sh b/csit/get-versions.sh index 30a581b6..d3090842 100755 --- a/csit/get-versions.sh +++ b/csit/get-versions.sh @@ -28,7 +28,7 @@ else 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 -- cgit 1.2.3-korg