diff options
| author | Joe Carstairs <me@joeac.net> | 2024-09-09 21:54:04 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-09-09 21:54:04 +0100 |
| commit | e0d7cd9bbf02e7d52aadfb8d56f774a8a4099adf (patch) | |
| tree | 35e842d6189ada933cf5fdc4a06cf0b8f4d3f03c /backend/src/models/mod.rs | |
| parent | 5042dabb88006cd26b9a06fe4484c1db797ef414 (diff) | |
Improves backend schema
Diffstat (limited to 'backend/src/models/mod.rs')
| -rw-r--r-- | backend/src/models/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/models/mod.rs b/backend/src/models/mod.rs index f70212a..68f5209 100644 --- a/backend/src/models/mod.rs +++ b/backend/src/models/mod.rs @@ -1,6 +1,6 @@ pub mod account; pub mod budget_update; pub mod category; -pub mod category_transaction; pub mod category_transfer; pub mod transaction; +pub mod transaction_categorisation; |
