mirror of
https://github.com/v2board/v2board.git
synced 2025-07-09 07:09:17 +08:00
update
This commit is contained in:
@ -253,3 +253,6 @@ CHANGE `year_price` `year_price` int(11) NULL AFTER `half_year_price`;
|
||||
|
||||
ALTER TABLE v2_server_log
|
||||
ADD INDEX log_at (`log_at`);
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
ADD `telegram_id` bigint NULL AFTER `invite_user_id`;
|
||||
|
Reference in New Issue
Block a user