mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
Merge pull request #6855 from dataease/pr@dev-v2@perf_sys_setting_flyway
perf: 参数设置flyway
This commit is contained in:
@@ -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;
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 8240c12452...5674afd3d5
Reference in New Issue
Block a user