mirror of
https://github.com/v2board/v2board.git
synced 2025-07-06 11:59:21 +08:00
update: add notice tags
This commit is contained in:
@ -557,3 +557,6 @@ ALTER TABLE `v2_stat_user`
|
||||
DROP `server_id`;
|
||||
ALTER TABLE `v2_stat_user`
|
||||
DROP `server_type`;
|
||||
|
||||
ALTER TABLE `v2_notice`
|
||||
ADD `tags` varchar(255) COLLATE 'utf8_general_ci' NULL AFTER `img_url`;
|
||||
|
Reference in New Issue
Block a user