update:修复server.websocket配置占用bug (#939)

This commit is contained in:
hrz
2025-04-23 00:04:21 +08:00
committed by GitHub
parent 78fa5d3110
commit 9e305c2840
2 changed files with 3 additions and 4 deletions
@@ -2,6 +2,5 @@
delete from `sys_params` where id = 100;
delete from `sys_params` where id = 101;
delete from `sys_params` where id = 103;
INSERT INTO `sys_params` (id, param_code, param_value, value_type, param_type, remark) VALUES (103, 'server.websocket', 'null', 'string', 1, 'websocket地址,多个用;分隔');
INSERT INTO `sys_params` (id, param_code, param_value, value_type, param_type, remark) VALUES (106, 'server.websocket', 'null', 'string', 1, 'websocket地址,多个用;分隔');
@@ -73,9 +73,9 @@ databaseChangeLog:
encoding: utf8
path: classpath:db/changelog/202504221135.sql
- changeSet:
id: 202504221644
id: 202504221646
author: John
changes:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202504221644.sql
path: classpath:db/changelog/202504221646.sql