feat: add date_taken field to media model and update related functionalities
This commit is contained in:
@@ -47,6 +47,7 @@ pub struct PostgresMedia {
|
||||
pub extracted_location: Option<String>,
|
||||
pub width: Option<i32>,
|
||||
pub height: Option<i32>,
|
||||
pub date_taken: Option<chrono::DateTime<chrono::Utc>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, sqlx::Type, PartialEq, Eq, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user