Merge pull request #6855 from dataease/pr@dev-v2@perf_sys_setting_flyway

perf: 参数设置flyway
This commit is contained in:
fit2cloud-chenyw 2023-11-27 10:56:22 +08:00 committed by GitHub
commit c2cc49ffbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -48,3 +48,8 @@ CREATE TABLE `core_area_custom`
`pid` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
);
BEGIN;
INSERT INTO `core_sys_setting` VALUES (1, 'basic.dsIntervalTime', '6', 'text', 2);
INSERT INTO `core_sys_setting` VALUES (2, 'basic.dsExecuteTime', 'minute', 'text', 3);
COMMIT;

@ -1 +1 @@
Subproject commit 8240c12452a97e2ed509a5cd067799de55fa7c30
Subproject commit 5674afd3d583f63c3e529f423ac9febd8c7c1622