Import of old stuff, it might work now

This commit is contained in:
2023-09-04 17:00:48 +01:00
parent 554e645f92
commit b6e7c870a7
11 changed files with 480 additions and 33 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use serde::{Deserialize, Serialize};
#[sea_orm(table_name = "expenditure")]
pub struct Model {
#[sea_orm(primary_key, auto_increment = false)]
pub transaction_id: i32,
pub transaction_id: String,
#[sea_orm(primary_key, auto_increment = false)]
pub category: String,
pub amount: Decimal,