mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: correcting date in process-watcher
This commit is contained in:
commit
85516c1744
47 changed files with 334 additions and 489 deletions
|
@ -57,7 +57,7 @@ export class Game {
|
|||
@Column("int", { default: 0 })
|
||||
bytesDownloaded: number;
|
||||
|
||||
@Column("text", { nullable: true })
|
||||
@Column("datetime", { nullable: true })
|
||||
lastTimePlayed: Date | null;
|
||||
|
||||
@Column("float", { default: 0 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue