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