Updates for the "full flow"

This commit is contained in:
Connor Johnstone
2026-03-17 21:38:11 -04:00
parent e1b682b048
commit 9e1886b45a
8 changed files with 110 additions and 1 deletions
+3
View File
@@ -37,6 +37,9 @@ pub struct Model {
pub album_id: Option<i32>,
#[sea_orm(nullable)]
pub track_id: Option<i32>,
pub name: String,
#[sea_orm(nullable)]
pub musicbrainz_id: Option<String>,
pub status: WantedStatus,
pub added_at: chrono::NaiveDateTime,
pub updated_at: chrono::NaiveDateTime,