mirror of
https://github.com/v2board/v2board.git
synced 2025-09-15 18:53:05 +08:00
update: new version
This commit is contained in:
@ -639,3 +639,6 @@ CREATE TABLE `v2_server_route` (
|
||||
`updated_at` int(11) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
ALTER TABLE `v2_server_route`
|
||||
CHANGE `match` `match` text COLLATE 'utf8mb4_general_ci' NOT NULL AFTER `remarks`;
|
||||
|
Reference in New Issue
Block a user