Make title optional in db

This commit is contained in:
2024-06-03 17:34:08 +01:00
parent 4bb9f2813d
commit 6c5d3910dc
4 changed files with 62 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ pub struct Model {
pub transaction_type: String,
pub total_amount: Decimal,
pub timestamp: DateTime,
pub title: String,
pub title: Option<String>,
pub emoji: Option<String>,
pub notes: Option<String>,
pub receipt: Option<String>,