feat: add torbox migration

This commit is contained in:
Zamitto
2025-01-11 17:52:48 -03:00
parent abb16e7736
commit db2e31b8cc
6 changed files with 28 additions and 3 deletions

View File

@@ -20,6 +20,9 @@ export class UserPreferences {
@Column("text", { nullable: true })
realDebridApiToken: string | null;
@Column("text", { nullable: true })
torBoxApiToken: string | null;
@Column("boolean", { default: false })
downloadNotificationsEnabled: boolean;