mirror of
https://github.com/v2board/v2board.git
synced 2025-09-15 18:53:05 +08:00
update frontend
This commit is contained in:
@ -153,3 +153,6 @@ CREATE TABLE `failed_jobs` (
|
||||
`failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
ALTER TABLE `v2_user`
|
||||
ADD `discount` int(11) NULL AFTER `balance`;
|
||||
|
Reference in New Issue
Block a user