update: new version

This commit is contained in:
tokumeikoi
2022-12-15 13:48:31 +08:00
parent 28677f45be
commit d646a3b27f
5 changed files with 8 additions and 5 deletions

View File

@ -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`;