mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
update
This commit is contained in:
@ -228,3 +228,10 @@ ADD `sort` int(11) NULL AFTER `show`;
|
||||
|
||||
ALTER TABLE `v2_plan`
|
||||
ADD `sort` int(11) NULL AFTER `show`;
|
||||
|
||||
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`,
|
||||
CHANGE `half_year_price` `half_year_price` int(11) NULL AFTER `quarter_price`,
|
||||
CHANGE `year_price` `year_price` int(11) NULL AFTER `half_year_price`,
|
||||
ADD `reset_price` int(11) NULL AFTER `onetime_price`;
|
||||
|
Reference in New Issue
Block a user