update: custom v2ray alter id

This commit is contained in:
Tokumeikoi
2020-11-17 21:23:16 +08:00
parent ad98651f93
commit fb9465b5a6
7 changed files with 16 additions and 13 deletions

View File

@ -345,3 +345,10 @@ ADD `coupon_id` int(11) NULL AFTER `plan_id`;
ALTER TABLE `v2_server_stat`
ADD `method` varchar(255) NOT NULL AFTER `server_id`;
ALTER TABLE `v2_server`
ADD `alter_id` int(11) NOT NULL DEFAULT '1' AFTER `network`;
ALTER TABLE `v2_user`
DROP `v2ray_alter_id`,
DROP `v2ray_level`;