kaizen-app/app/src/main/java/dev
Bruno Deanoz 6a8a76d9f8 fix crash: bump Room version to 2, enable destructive migration
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).
2026-06-22 00:53:30 +02:00
..
kaizen/app fix crash: bump Room version to 2, enable destructive migration 2026-06-22 00:53:30 +02:00