diff --git a/core/core-backend/src/main/resources/db/migration/V2.1__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.1__ddl.sql index dd0e6efcd2..304e2f767c 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.1__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.1__ddl.sql @@ -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; diff --git a/de-xpack b/de-xpack index 8240c12452..5674afd3d5 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 8240c12452a97e2ed509a5cd067799de55fa7c30 +Subproject commit 5674afd3d583f63c3e529f423ac9febd8c7c1622