initial commit

This commit is contained in:
Hachi-R 2024-05-05 17:18:06 -03:00
parent 21296cba95
commit 5b9af9e0ea
6 changed files with 78 additions and 0 deletions

View file

@ -29,6 +29,9 @@ export class UserPreferences {
@Column("boolean", { default: false })
preferQuitInsteadOfHiding: boolean;
@Column("boolean", { default: false })
startWithSystem: boolean;
@CreateDateColumn()
createdAt: Date;