BudgetSquirrel / BudgetTracker

Budget Tracker allows users to manage their money more efficiently. This API has endpoint to save, create, and manage your budgets and goals.
4 stars 0 forks source link

Delete budget not complete #87

Closed ianmann56 closed 5 years ago

ianmann56 commented 5 years ago

When adding the delete budget feature, we didn't factor in everything that has to be deleted. Make sure the duration is deleted (if this is a root budget being deleted) and that the sub-budgets are deleted recursively.

ianmann56 commented 5 years ago

Closed. All of the things get deleted because of foreign key ON DELETE CASCADEs