update reset traffic method

This commit is contained in:
Tokumeikoi
2020-03-02 00:04:07 +08:00
parent 47d8dfd7c8
commit bb49fb15d1
5 changed files with 27 additions and 11 deletions

View File

@ -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`;