mirror of
https://github.com/v2board/v2board.git
synced 2025-09-15 18:53:05 +08:00
fix
This commit is contained in:
@ -177,7 +177,8 @@ CHANGE `year_price` `year_price` int(11) NULL AFTER `half_year_price`,
|
||||
ADD `onetime_price` int(11) NULL AFTER `year_price`;
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
DROP `banned`;
|
||||
DROP `enable`,
|
||||
ADD `banned` tinyint(1) NOT NULL DEFAULT '0' AFTER `transfer_enable`;
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
CHANGE `expired_at` `expired_at` bigint(20) NULL DEFAULT '0' AFTER `token`;
|
||||
|
Reference in New Issue
Block a user