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