What's Changed
- Update account balance schema by @tshea113 in #278
Database schema is updated and requires migration. Removed the CurrentBalance and BalanceDate columns from Account. These are redundant now that we store the balance info in its own table.
Full Changelog: v0.13.2...v0.14.0