Room crashed on launch with schema hash mismatch because MessageEntity gained reasoning+sources fields but the DB version stayed at 1. fallbackToDestructiveMigration(false) only covered downgrades, not same-version schema changes. Fix: version 1→2, fallbackToDestructiveMigration(true) so any future schema change auto-wipes the cache (it's a read-cache, server is source of truth, rebuilds on next fetch). |
||
|---|---|---|
| .. | ||
| java/dev/kaizen/app | ||
| res | ||
| AndroidManifest.xml | ||