Closed ianmann56 closed 5 years ago
Parent Task: #87
When a budget is deleted, all of it's sub-budgets should also get deleted.
Currently, Budgets restrict deletion if a sub budget is foreign keyed to it. The on-delete of the parent budget id property should be a cascade, not a restrict.
Closed due to Foreign Key constraints.
Parent Task: #87
When a budget is deleted, all of it's sub-budgets should also get deleted.
Currently, Budgets restrict deletion if a sub budget is foreign keyed to it. The on-delete of the parent budget id property should be a cascade, not a restrict.