mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	feature: more cycle
This commit is contained in:
		| @@ -113,6 +113,8 @@ CREATE TABLE `v2_plan` ( | ||||
|   `quarter_price` int(11) DEFAULT NULL, | ||||
|   `half_year_price` int(11) DEFAULT NULL, | ||||
|   `year_price` int(11) DEFAULT NULL, | ||||
|   `two_year_price` int(11) DEFAULT NULL, | ||||
|   `three_year_price` int(11) DEFAULT NULL, | ||||
|   `onetime_price` int(11) DEFAULT NULL, | ||||
|   `reset_price` int(11) DEFAULT NULL, | ||||
|   `created_at` int(11) NOT NULL, | ||||
| @@ -286,4 +288,4 @@ CREATE TABLE `v2_user` ( | ||||
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ||||
|  | ||||
|  | ||||
| -- 2020-07-01 07:01:59 | ||||
| -- 2020-09-04 07:38:57 | ||||
|   | ||||
| @@ -300,3 +300,7 @@ ADD `server_name` varchar(255) NULL AFTER `allow_insecure`; | ||||
| UPDATE `v2_server` SET | ||||
| `ruleSettings` = NULL | ||||
| WHERE `ruleSettings` = '{}'; | ||||
|  | ||||
| ALTER TABLE `v2_plan` | ||||
| ADD `two_year_price` int(11) NULL AFTER `year_price`, | ||||
| ADD `three_year_price` int(11) NULL AFTER `two_year_price`; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user