diff --git a/src/main/resources/sql/init.sql b/src/main/resources/sql/init.sql index 605bd35..1ee8373 100644 --- a/src/main/resources/sql/init.sql +++ b/src/main/resources/sql/init.sql @@ -86,7 +86,8 @@ CREATE TABLE IF NOT EXISTS system_config ( ); INSERT OR IGNORE INTO system_config (id, key, value) VALUES - (1, 'SOLUTION_ADD_MODE','AUTO'); + (1, 'SOLUTION_ADD_MODE','AUTO'), + (2, 'SOLUTION_ADD_DELAY','3'); -- 系统日志 CREATE TABLE IF NOT EXISTS system_log (