mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 08:09:10 +08:00
update: plan capacity limit sql
This commit is contained in:
parent
921b3fce4e
commit
aa474f02b9
@ -680,3 +680,6 @@ CREATE TABLE `v2_server_hysteria` (
|
|||||||
`updated_at` int(11) NOT NULL,
|
`updated_at` int(11) NOT NULL,
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||||
|
|
||||||
|
ALTER TABLE `v2_plan`
|
||||||
|
ADD `capacity_limit` int(11) NULL AFTER `reset_traffic_method`;
|
||||||
|
Loading…
Reference in New Issue
Block a user