Merge pull request #3041 from dataease/pr@dev@feat_ds_form_router_sql

feat(数据源): 数据源表单sql
This commit is contained in:
fit2cloud-chenyw 2022-09-05 11:51:33 +08:00 committed by GitHub
commit b35818f81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,5 @@ CREATE TABLE `sys_external_token` (
`exp_time` bigint(13) NOT NULL COMMENT '过期时间',
PRIMARY KEY (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_general_ci;
UPDATE `sys_menu` set `component` = 'system/datasource/DsForm' where `component` = 'system/datasource/form';