mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
add page column back (with nullable)
This commit is contained in:
parent
8fccbb6d81
commit
577c2da6e5
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue