mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: moving notifications
This commit is contained in:
parent
d6e57c20c7
commit
ef036d6f57
17 changed files with 179 additions and 87 deletions
|
@ -24,6 +24,9 @@ export class DownloadSource {
|
|||
@Column("text", { nullable: true })
|
||||
etag: string | null;
|
||||
|
||||
@Column("int", { default: 0 })
|
||||
downloadCount: number;
|
||||
|
||||
@Column("text", { default: DownloadSourceStatus.UpToDate })
|
||||
status: DownloadSourceStatus;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue