google-research / CVD-paper-mobile-camera-example

Apache License 2.0
6 stars 4 forks source link

Database migration script needed #43

Closed khyativyasargus closed 7 months ago

khyativyasargus commented 7 months ago

For latest commit related to internal storage [#42 ]

DB migration script is required to avoid schema conflicts in the existing app.

Exception I am facing: java.lang.IllegalStateException: Room cannot verify the data integrity. Looks like you've changed schema but forgot to update the version number. You can simply fix this by increasing the version number. Expected identity hash: 1493012e99080c6364c378b7ea971a36, found: d828c88bef018437f21d8616812afd3a

@MJ1998