diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-18 02:24:07 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-19 09:49:46 +0000 |
commit | 0a85ebf4a72c22571751cbc80017cc81c93a235b (patch) | |
tree | f10a945f02bc9b2dbae0df96d78ffe16b5084038 /csit | |
parent | 4d4a2216e573892791131885a05851fa67d51ec4 (diff) |
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>
Diffstat (limited to 'csit')
-rwxr-xr-x | csit/get-versions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |