From dc8e5de59cb20e829618bc85d7909e9a1a402817 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Wed, 12 Jan 2022 20:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.1.6=E3=80=91=E3=80=90file=E3=80=91?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0file=E5=BC=80=E5=85=B3=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/mysql/V7.1.6_20220112_2030__add_file_config.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/resources/db/migration/mysql/V7.1.6_20220112_2030__add_file_config.sql diff --git a/src/main/resources/db/migration/mysql/V7.1.6_20220112_2030__add_file_config.sql b/src/main/resources/db/migration/mysql/V7.1.6_20220112_2030__add_file_config.sql new file mode 100644 index 00000000..94d47b13 --- /dev/null +++ b/src/main/resources/db/migration/mysql/V7.1.6_20220112_2030__add_file_config.sql @@ -0,0 +1 @@ +INSERT INTO `sys_config` VALUES (1481244035229200386, '全局日志记录,如果开启则所有请求都将记录日志', 'SYS_LOG_GLOBAL_FLAG', 'false', 'Y', NULL, 1, 'file_config', 'N', NULL, NULL, NULL, NULL);