mirror of
https://github.com/v2board/v2board.git
synced 2025-07-09 07:09:17 +08:00
update: commission type and opt knowledge sort timestamp
This commit is contained in:
@ -422,3 +422,6 @@ DROP `deleted_at`;
|
||||
ALTER TABLE `v2_user`
|
||||
ADD UNIQUE `email` (`email`),
|
||||
DROP INDEX `email_deleted_at`;
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
ADD `commission_type` tinyint NOT NULL DEFAULT '0' COMMENT '0: system 1: cycle 2: onetime' AFTER `discount`;
|
||||
|
Reference in New Issue
Block a user