From 8a08427b96c613887e6e7cb07036ae2bd1f68840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Thu, 31 Jul 2025 16:00:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=E7=9B=B4=E6=8E=A5=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/init.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 (