I am using GreenDao, if that matters.
If my phone has my app on it already, and I update my app to, for example, add a new field to a database and then use that field in my code, and I re-download my app, it'll crash because it doesn't automatically update the database.
How do I get the new app to also update the database?