From 90017ba128d56ba4cfb215d5b11a3abd6c008057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:20:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20=E6=B8=85=E7=90=86?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E8=BE=B9=E6=A1=86=20(#11185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * refactor(仪表板、数据大屏): 清理未使用边框 * refactor(仪表板、数据大屏): 清理未使用边框 --- core/core-backend/src/main/resources/db/desktop/V2.10__ddl.sql | 2 ++ .../core-backend/src/main/resources/db/migration/V2.10__ddl.sql | 1 + 2 files changed, 3 insertions(+) create mode 100644 core/core-backend/src/main/resources/db/desktop/V2.10__ddl.sql diff --git a/core/core-backend/src/main/resources/db/desktop/V2.10__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.10__ddl.sql new file mode 100644 index 0000000000..ea825754fb --- /dev/null +++ b/core/core-backend/src/main/resources/db/desktop/V2.10__ddl.sql @@ -0,0 +1,2 @@ +INSERT INTO `core_sys_setting` (`id`, `pkey`, `pval`, `type`, `sort`) VALUES (10, 'basic.exportFileLiveTime', '30', 'text', 2); +delete from visualization_background where id ='dark_1'; \ No newline at end of file diff --git a/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql index 734fe6580e..ea825754fb 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql @@ -1 +1,2 @@ INSERT INTO `core_sys_setting` (`id`, `pkey`, `pval`, `type`, `sort`) VALUES (10, 'basic.exportFileLiveTime', '30', 'text', 2); +delete from visualization_background where id ='dark_1'; \ No newline at end of file