update: support plan utf8mb4

This commit is contained in:
tokumeikoi
2022-05-29 02:14:35 +08:00
parent 5e7f782583
commit 2426d88339
2 changed files with 7 additions and 3 deletions

View File

@ -573,3 +573,7 @@ DROP `last_reply_user_id`;
ALTER TABLE `v2_server_shadowsocks`
ADD `obfs` char(11) NULL AFTER `cipher`,
ADD `obfs_settings` varchar(255) NULL AFTER `obfs`;
ALTER TABLE `v2_plan`
CHANGE `name` `name` varchar(255) COLLATE 'utf8mb4_general_ci' NOT NULL AFTER `transfer_enable`,
CHANGE `content` `content` text COLLATE 'utf8mb4_general_ci' NULL AFTER `renew`;