update: add speedlimit

This commit is contained in:
tokumeikoi
2022-11-18 15:36:15 +08:00
parent fc85fd0606
commit c5d714d64d
8 changed files with 27 additions and 12 deletions

View File

@ -592,3 +592,9 @@ ALTER TABLE `v2_plan`
ALTER TABLE `v2_plan`
CHANGE `inventory_limit` `capacity_limit` int(11) NULL AFTER `reset_traffic_method`;
ALTER TABLE `v2_user`
ADD `speed_limit` int(11) NULL AFTER `plan_id`;
ALTER TABLE `v2_plan`
ADD `speed_limit` int(11) NULL AFTER `transfer_enable`;