feat: write migrations

This commit is contained in:
Zamitto 2024-08-22 23:50:35 -03:00
parent cc9d254a32
commit 81aa25fa52
12 changed files with 270 additions and 93 deletions

View file

@ -22,12 +22,6 @@ export class Repack {
@Column("text", { unique: true })
magnet: string;
/**
* @deprecated Direct scraping capability has been removed
*/
@Column("int", { nullable: true })
page: number;
@Column("text")
repacker: string;