mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 09:13:57 +00:00
feat: removing unique from download source name
This commit is contained in:
@@ -16,7 +16,7 @@ export class DownloadSource {
|
||||
@Column("text", { nullable: true, unique: true })
|
||||
url: string;
|
||||
|
||||
@Column("text", { unique: true })
|
||||
@Column("text")
|
||||
name: string;
|
||||
|
||||
@OneToMany(() => Repack, (repack) => repack.downloadSource, { cascade: true })
|
||||
|
||||
Reference in New Issue
Block a user