From 6ff51a142ad7869c1fa3b947db0b388c399b5961 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 19 Feb 2024 18:11:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):?= =?UTF-8?q?=20=E6=9B=B4=E6=96=B0=E6=B0=B4=E5=8D=B0=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=9D=83=E9=99=90flyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-backend/src/main/resources/db/desktop/V2.4__ddl.sql | 1 + core/core-backend/src/main/resources/db/migration/V2.4__ddl.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 core/core-backend/src/main/resources/db/desktop/V2.4__ddl.sql create mode 100644 core/core-backend/src/main/resources/db/migration/V2.4__ddl.sql diff --git a/core/core-backend/src/main/resources/db/desktop/V2.4__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.4__ddl.sql new file mode 100644 index 0000000000..d5415f0e3b --- /dev/null +++ b/core/core-backend/src/main/resources/db/desktop/V2.4__ddl.sql @@ -0,0 +1 @@ +INSERT INTO `per_menu_resource` (`id`, `name`, `pid`, `root_path`) VALUES (50, 'watermark', 7, '7'); \ No newline at end of file diff --git a/core/core-backend/src/main/resources/db/migration/V2.4__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.4__ddl.sql new file mode 100644 index 0000000000..d5415f0e3b --- /dev/null +++ b/core/core-backend/src/main/resources/db/migration/V2.4__ddl.sql @@ -0,0 +1 @@ +INSERT INTO `per_menu_resource` (`id`, `name`, `pid`, `root_path`) VALUES (50, 'watermark', 7, '7'); \ No newline at end of file