mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
fix: adding default to uris
This commit is contained in:
parent
c76ef630e1
commit
73a12488cd
@ -40,7 +40,7 @@ export class Repack {
|
|||||||
@ManyToOne(() => DownloadSource, { nullable: true, onDelete: "CASCADE" })
|
@ManyToOne(() => DownloadSource, { nullable: true, onDelete: "CASCADE" })
|
||||||
downloadSource: DownloadSource;
|
downloadSource: DownloadSource;
|
||||||
|
|
||||||
@Column("text")
|
@Column("text", { default: "[]" })
|
||||||
uris: string;
|
uris: string;
|
||||||
|
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
|
Loading…
Reference in New Issue
Block a user