Closed ianmann56 closed 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.
Closed. All of the things get deleted because of foreign key ON DELETE CASCADEs
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.