diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-24 15:45:04 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-24 15:56:01 +0000 |
| commit | 1f5dcf9762a83d5972c0c8dbad22732505bf621c (patch) | |
| tree | 5a1f5edd993733d48016ce2a8a8691b8f446858a /rust/schist_models/src/category_budget.rs | |
| parent | 022795ffcaaa0d904c9f911d8a059885c2254278 (diff) | |
Swaps budget updates for budget drips
Diffstat (limited to 'rust/schist_models/src/category_budget.rs')
| -rw-r--r-- | rust/schist_models/src/category_budget.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rust/schist_models/src/category_budget.rs b/rust/schist_models/src/category_budget.rs deleted file mode 100644 index 9796261..0000000 --- a/rust/schist_models/src/category_budget.rs +++ /dev/null @@ -1,9 +0,0 @@ -use serde::Serialize; - -use super::budget::Budget; - -#[derive(Serialize)] -pub struct CategoryBudget { - pub category_id: i32, - pub budget: Option<Budget>, -} |
