I have Room database within my application with a migration step that read the app private folder and populate the DB accordingly. The migration works well when I run it if the database is not empty.
If the database is completely empty, then I see no logs of my migration step being executed.
I peeked at Room code in RoomOpenHelper
, could not find anything.
Does anyone have a pointer on this ?