Logout user (it'll recreate database) or clean install app on the device to make sure current db version is 0 - migration should not start and schema should be created (can be checked without encryption using eg. `sqlite3`).
In any other scenario when db version is different from 0 migration should run (or no if the version is equal to the highest migration index) as it was previously