mirror of
https://github.com/v2board/v2board.git
synced 2025-09-15 18:53:05 +08:00
update: add plan reset method
This commit is contained in:
@ -452,3 +452,6 @@ CREATE TABLE `v2_commission_log` (
|
||||
`created_at` int(11) NOT NULL,
|
||||
`updated_at` int(11) NOT NULL
|
||||
) COLLATE 'utf8mb4_general_ci';
|
||||
|
||||
ALTER TABLE `v2_plan`
|
||||
ADD `reset_traffic_method` tinyint(1) NULL AFTER `reset_price`;
|
||||
|
Reference in New Issue
Block a user