feat: enhance album and media management with update and delete functionalities
This commit is contained in:
@@ -44,6 +44,7 @@ pub struct User {
|
||||
pub storage_used: i64, // in bytes
|
||||
}
|
||||
|
||||
#[derive(Clone, sqlx::FromRow)]
|
||||
pub struct Album {
|
||||
pub id: uuid::Uuid,
|
||||
pub owner_id: uuid::Uuid,
|
||||
|
||||
Reference in New Issue
Block a user