mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 01:52:02 -04:00
Artwork db code tweaks, also remove 'in use' as a status
This commit is contained in:
parent
73bcae0c84
commit
5ef6d3aef8
13 changed files with 249 additions and 174 deletions
|
@ -3,5 +3,4 @@ enum ArtworkStatus: string{
|
|||
case Unverified = 'unverified';
|
||||
case Declined = 'declined';
|
||||
case Approved = 'approved';
|
||||
case InUse = 'in_use';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue