mirror of
https://github.com/v2board/v2board.git
synced 2025-09-15 18:53:05 +08:00
update: payment icon
This commit is contained in:
@ -462,3 +462,6 @@ ALTER TABLE `v2_server`
|
||||
ALTER TABLE `v2_user`
|
||||
CHANGE `remind_expire` `remind_expire` tinyint(4) NULL DEFAULT '0' AFTER `plan_id`,
|
||||
CHANGE `remind_traffic` `remind_traffic` tinyint(4) NULL DEFAULT '0' AFTER `remind_expire`;
|
||||
|
||||
ALTER TABLE `v2_payment`
|
||||
ADD `icon` varchar(255) COLLATE 'utf8mb4_general_ci' NULL AFTER `name`;
|
||||
|
Reference in New Issue
Block a user