Open aemxn opened 8 years ago
Hi! It happened to me sometimes when I was debugging and added new columns after new database version was already introduced. It could be it. If not, then it's a bug in the library.
BTW, I'm developing right now a new version of Storm https://github.com/noties/Storm2.0. It has no compatibility with this version, but it has much more features & it's tested (more or less). It uses apt
, so every step in migration/model parsing could be manually inspected in the generated files. Right now it lacks documentation, but I hope it should be straight-forward to start with it.
Hi,
I've incremented my DatabaseManager version from version 1, like so:
And added a new column inside my Model,
When I run the application, it keeps telling me that there is no column named
item_checked
.Here's the full logcat for the error:
Is there something I missed in the migration step? How do I fix this?
EDIT: As for the time being, I'm only uninstalling the app and install it back again.