mirror of
https://github.com/v2board/v2board.git
synced 2025-07-08 22:59:09 +08:00
update: add plan reset method
This commit is contained in:
@ -165,6 +165,7 @@ CREATE TABLE `v2_plan` (
|
||||
`three_year_price` int(11) DEFAULT NULL,
|
||||
`onetime_price` int(11) DEFAULT NULL,
|
||||
`reset_price` int(11) DEFAULT NULL,
|
||||
`reset_traffic_method` tinyint(1) DEFAULT NULL,
|
||||
`created_at` int(11) NOT NULL,
|
||||
`updated_at` int(11) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
@ -367,4 +368,4 @@ CREATE TABLE `v2_user` (
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
-- 2021-09-18 12:00:43
|
||||
-- 2021-09-20 15:35:06
|
||||
|
Reference in New Issue
Block a user