From ed5c9530400c987bd847028cdf523411a6ceb7da Mon Sep 17 00:00:00 2001 From: czhangzhang <44315411+czhangzhang@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:39:57 +0800 Subject: [PATCH] adapt IvorySQL 5.3 --- README.md | 2 +- ivory-cloud_release_notes.txt | 4 ++++ public/config.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19af44a..4d65611 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Installation ## Prerequisites - Node 18 -- IvorySQL 5.1 +- IvorySQL 5.3 - Kubernetes 1.23 (Must have default storage class) ## Installation instructions diff --git a/ivory-cloud_release_notes.txt b/ivory-cloud_release_notes.txt index e638378..bd7c671 100644 --- a/ivory-cloud_release_notes.txt +++ b/ivory-cloud_release_notes.txt @@ -1,4 +1,8 @@ ivory-cloud RELEASE NOTES +******************v5.1****************** +1.IvorySqL 5.3适配 + + ******************v5.1****************** 1.IvorySqL 5.1适配 diff --git a/public/config.js b/public/config.js index b1582f6..9244e48 100644 --- a/public/config.js +++ b/public/config.js @@ -7,4 +7,4 @@ globalShowRegister = true disableNative = false // 数据库类型 dbtype = "IvorySQL" -dbversion = "5.1" +dbversion = "5.3"