feat: write migrations

This commit is contained in:
Zamitto
2024-08-22 23:50:35 -03:00
parent 52069f7036
commit 89399a6da4
12 changed files with 358 additions and 92 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;