summaryrefslogtreecommitdiff
path: root/schist_core/schist_models/src/budget_drip.rs
diff options
context:
space:
mode:
Diffstat (limited to 'schist_core/schist_models/src/budget_drip.rs')
-rw-r--r--schist_core/schist_models/src/budget_drip.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_core/schist_models/src/budget_drip.rs b/schist_core/schist_models/src/budget_drip.rs
index 2cc2c63..419c8f9 100644
--- a/schist_core/schist_models/src/budget_drip.rs
+++ b/schist_core/schist_models/src/budget_drip.rs
@@ -8,7 +8,7 @@ use crate::date_utc::DateUtc;
#[diesel(table_name = crate::schema::budget_drips)]
pub struct BudgetDrip {
pub id: i32,
- pub category_id: i32,
+ pub bucket_id: i32,
pub date: DateUtc,
pub quantity: i32,
}