From 67711b41be60b52be6d519a3b0bb968027bc840f Mon Sep 17 00:00:00 2001 From: fit2cloudrd Date: Sat, 11 May 2024 15:27:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4desktop=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=AD=E4=B8=8D=E9=9C=80=E8=A6=81=E7=9A=84SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-backend/src/main/resources/db/desktop/V2.6__ddl.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/core-backend/src/main/resources/db/desktop/V2.6__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.6__ddl.sql index 9561f682b3..8d91458353 100644 --- a/core/core-backend/src/main/resources/db/desktop/V2.6__ddl.sql +++ b/core/core-backend/src/main/resources/db/desktop/V2.6__ddl.sql @@ -1,6 +1,3 @@ -ALTER TABLE `xpack_share` - ADD COLUMN `auto_pwd` tinyint(1) NOT NULL DEFAULT 1 COMMENT '自动生成密码'; - ALTER TABLE `data_visualization_info` ADD COLUMN `version` int NULL DEFAULT 3 COMMENT '可视化资源版本'; update data_visualization_info set version = 2;