mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: sync library
This commit is contained in:
parent
15176a12de
commit
ce13f6aa21
6 changed files with 167 additions and 7 deletions
|
|
@ -22,6 +22,9 @@ export class Game {
|
|||
@Column("text", { unique: true })
|
||||
objectID: string;
|
||||
|
||||
@Column("text", { unique: true, nullable: true })
|
||||
remoteId: string;
|
||||
|
||||
@Column("text")
|
||||
title: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue