From ac2c20bd814a2087fe44d71fd44a942b899abd98 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:37:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20postgresql=20=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E6=94=AF=E6=8C=81=2017.x=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=20(#6759)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/database/postgresql/remote/index.vue | 2 +- frontend/src/views/database/postgresql/remote/operate/index.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/database/postgresql/remote/index.vue b/frontend/src/views/database/postgresql/remote/index.vue index 200ebd379..bdb7d6a38 100644 --- a/frontend/src/views/database/postgresql/remote/index.vue +++ b/frontend/src/views/database/postgresql/remote/index.vue @@ -128,7 +128,7 @@ const onOpenDialog = async ( rowData: Partial = { name: '', type: 'postgresql', - version: '16.x', + version: '17.x', address: '', port: 5432, username: '', diff --git a/frontend/src/views/database/postgresql/remote/operate/index.vue b/frontend/src/views/database/postgresql/remote/operate/index.vue index 66916c16a..7f7c08fa6 100644 --- a/frontend/src/views/database/postgresql/remote/operate/index.vue +++ b/frontend/src/views/database/postgresql/remote/operate/index.vue @@ -27,6 +27,7 @@ +