feat: first pass at filter and game screen + some bug fixes

This commit is contained in:
Michael Green
2023-06-24 14:06:14 +10:00
parent a9dee0dd4c
commit 8112f9e9a7
17 changed files with 330 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ CREATE TABLE `alternativename` (
`id` bigint NOT NULL,
`checksum` varchar(45) DEFAULT NULL,
`comment` longtext,
`game` int DEFAULT NULL,
`game` bigint DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`dateAdded` datetime DEFAULT NULL,
`lastUpdated` datetime DEFAULT NULL,