mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
update onetime package
This commit is contained in:
@ -169,9 +169,6 @@ ADD `category_id` int(11) NOT NULL AFTER `id`;
|
||||
ALTER TABLE `v2_tutorial`
|
||||
DROP `description`;
|
||||
|
||||
ALTER TABLE `v2_plan`
|
||||
ADD `type` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0: 周期 1:一次性' AFTER `name`;
|
||||
|
||||
ALTER TABLE `v2_plan`
|
||||
CHANGE `month_price` `month_price` int(11) NULL AFTER `content`,
|
||||
CHANGE `quarter_price` `quarter_price` int(11) NULL AFTER `month_price`,
|
||||
|
Reference in New Issue
Block a user