Moved accumulation calculations into DB triggers
This commit is contained in:
parent
e336292db4
commit
79ef859fbe
9 changed files with 50 additions and 281 deletions
|
|
@ -85,10 +85,6 @@ async fn main() {
|
|||
"/accounts/id/:id/transaction",
|
||||
get(routes::api::transactions::list),
|
||||
)
|
||||
.route(
|
||||
"/accounts/id/:id/update",
|
||||
post(routes::api::accounts::snapshot_update),
|
||||
)
|
||||
.route(
|
||||
"/accounts/id/:id/recategorize",
|
||||
post(routes::api::accounts::recategorize),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue