RIP-Comm / sossoldi

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.
MIT License
262 stars 73 forks source link

add "active" field to bankAccount table #78

Closed mikev-cw closed 1 year ago

mikev-cw commented 1 year ago

We need to add an "active" bool field to bankAccount table. FE will then show only active accounts. When a bankAccount is deleted, we just assign active = 0.