Added field "addedToLibrary" to DetectedGame

Integrated Flyway for DB Migrations
Removed unused DTO classes
This commit is contained in:
grimsi
2022-08-14 15:26:09 +02:00
parent 8746ac6f10
commit acd9e79fce
9 changed files with 168 additions and 35 deletions
@@ -30,4 +30,5 @@ export class DetectedGameDto {
path!: string;
diskSize!: number;
confirmedMatch!: boolean | undefined;
addedToLibrary!: Date;
}