mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
update reset traffic method
This commit is contained in:
@ -178,3 +178,6 @@ ADD `onetime_price` int(11) NULL AFTER `year_price`;
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
DROP `banned`;
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
CHANGE `expired_at` `expired_at` bigint(20) NULL DEFAULT '0' AFTER `token`;
|
||||
|
Reference in New Issue
Block a user