mirror of
https://github.com/v2board/v2board.git
synced 2025-07-06 03:49:04 +08:00
update: add coupon and notice switch
This commit is contained in:
@ -477,3 +477,9 @@ DROP `alter_id`;
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
CHANGE `commission_type` `commission_type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0: system 1: period 2: onetime' AFTER `discount`;
|
||||
|
||||
ALTER TABLE `v2_coupon`
|
||||
ADD `show` tinyint(1) NOT NULL DEFAULT '0' AFTER `value`;
|
||||
|
||||
ALTER TABLE `v2_notice`
|
||||
ADD `show` tinyint(1) NOT NULL DEFAULT '0' AFTER `content`;
|
||||
|
Reference in New Issue
Block a user