Added a new "owned" status
This commit is contained in:
@@ -10,6 +10,8 @@ pub enum WantedStatus {
|
||||
Available,
|
||||
#[sea_orm(string_value = "downloaded")]
|
||||
Downloaded,
|
||||
#[sea_orm(string_value = "owned")]
|
||||
Owned,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize, EnumIter, DeriveActiveEnum)]
|
||||
|
||||
Reference in New Issue
Block a user