mirror of
https://github.com/v2board/v2board.git
synced 2025-07-09 07:09:17 +08:00
update: user remarks
This commit is contained in:
@ -391,3 +391,6 @@ CREATE TABLE `v2_stat_order` (
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
DROP `enable`;
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
ADD `remarks` text COLLATE 'utf8_general_ci' NULL AFTER `token`;
|
||||
|
Reference in New Issue
Block a user