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