mirror of
https://github.com/v2board/v2board.git
synced 2025-07-07 21:10:50 +08:00
update: add inventory limit
This commit is contained in:
@ -586,3 +586,6 @@ ALTER TABLE `v2_mail_log`
|
||||
CHANGE `subject` `subject` varchar(255) NOT NULL AFTER `email`,
|
||||
CHANGE `template_name` `template_name` varchar(255) NOT NULL AFTER `subject`,
|
||||
CHANGE `error` `error` text NULL AFTER `template_name`;
|
||||
|
||||
ALTER TABLE `v2_plan`
|
||||
ADD `inventory_limit` int(11) NULL AFTER `reset_traffic_method`;
|
||||
|
Reference in New Issue
Block a user