mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 16:53:47 +03:00
add page column back (with nullable)
This commit is contained in:
parent
8fccbb6d81
commit
577c2da6e5
@ -19,6 +19,9 @@ export class Repack {
|
|||||||
@Column("text", { unique: true })
|
@Column("text", { unique: true })
|
||||||
magnet: string;
|
magnet: string;
|
||||||
|
|
||||||
|
@Column("int", { nullable: true })
|
||||||
|
page: number;
|
||||||
|
|
||||||
@Column("text")
|
@Column("text")
|
||||||
repacker: string;
|
repacker: string;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user