mirror of
https://github.com/v2board/v2board.git
synced 2025-07-04 02:53:23 +08:00
升级时将原数据库中shortId统一修改为short_id
This commit is contained in:
@ -715,3 +715,7 @@ ALTER TABLE `v2_server_vless`
|
||||
|
||||
ALTER TABLE `v2_server_hysteria`
|
||||
ADD `version` int(11) NOT NULL AFTER `id`;
|
||||
|
||||
UPDATE v2_server_vless
|
||||
SET tls_settings = REPLACE(tls_settings, 'shortId', 'short_id');
|
||||
|
||||
|
Reference in New Issue
Block a user