From 0352b0c0065a4f15d589f6de718a53ab71fda284 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Thu, 16 May 2024 18:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=908.1.7=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=96=87=E4=BB=B6=E5=AD=98=E5=82=A8=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/V8.1.7_20240516_1321__default_file_location.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.7_20240516_1321__default_file_location.sql diff --git a/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.7_20240516_1321__default_file_location.sql b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.7_20240516_1321__default_file_location.sql new file mode 100644 index 000000000..2f9615012 --- /dev/null +++ b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.7_20240516_1321__default_file_location.sql @@ -0,0 +1 @@ +UPDATE `sys_config` SET `config_name` = 'Linux本地文件保存路径', `config_code` = 'SYS_LOCAL_FILE_SAVE_PATH_LINUX', `config_value` = '/opt/gunsFilePath', `sys_flag` = 'Y', `remark` = NULL, `status_flag` = 1, `group_code` = 'file_config', `del_flag` = 'N', `create_time` = NULL, `create_user` = NULL, `update_time` = '2023-05-11 11:10:28', `update_user` = 1339550467939639299 WHERE `config_id` = 4; \ No newline at end of file