feat: sync library

This commit is contained in:
Zamitto
2024-06-15 02:15:58 -03:00
parent 15176a12de
commit ce13f6aa21
6 changed files with 167 additions and 7 deletions

View File

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