mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added the ability to purge/remove issues
This commit is contained in:
parent
6f02c38a20
commit
dffd27d804
14 changed files with 200 additions and 4 deletions
|
@ -29,5 +29,6 @@ namespace Ombi.Store.Entities.Requests
|
|||
Pending = 0,
|
||||
InProgress = 1,
|
||||
Resolved = 2,
|
||||
Deleted = 3,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue