From 30c0482b6d361426c316b78ef41b9cdaa48b9d28 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Mon, 17 Jun 2024 16:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=97=E6=BC=8F=E5=8D=87=E7=BA=A7sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/flyway/sql/mysql/V3.7.01__missingSqlUpgrade.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.7.01__missingSqlUpgrade.sql diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.7.01__missingSqlUpgrade.sql b/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.7.01__missingSqlUpgrade.sql new file mode 100644 index 00000000..33473d76 --- /dev/null +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/flyway/sql/mysql/V3.7.01__missingSqlUpgrade.sql @@ -0,0 +1,4 @@ +ALTER TABLE `jimu_report_link` +ADD COLUMN `expression` varchar(255) NULL COMMENT '表达式'; + +INSERT INTO `sys_permission` (`id`, `parent_id`, `name`, `url`, `component`, `is_route`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_leaf`, `keep_alive`, `hidden`, `hide_tab`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`) VALUES ('1801954937339428865', '1460888189937176577', '测试数据源连接', NULL, NULL, 0, NULL, NULL, 2, 'online:report:testConnection', '1', NULL, 0, NULL, 1, 0, 0, 0, NULL, 'admin', '2024-06-15 20:28:30', NULL, NULL, 0, 0, '1', 0); \ No newline at end of file