mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: adding default to uris
This commit is contained in:
parent
c76ef630e1
commit
73a12488cd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export class Repack {
|
|||
@ManyToOne(() => DownloadSource, { nullable: true, onDelete: "CASCADE" })
|
||||
downloadSource: DownloadSource;
|
||||
|
||||
@Column("text")
|
||||
@Column("text", { default: "[]" })
|
||||
uris: string;
|
||||
|
||||
@CreateDateColumn()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue