We're migrating from the Android platform SQLiteDatabase
/SQLiteOpenHelper
to use SQLDelight. Our first public database version was 17
. By default, the SQLDelight Schema
returns 1
for version
. The only way I've been able to find to force version
to 17
is to provide an empty 16.sqm
migration file. Is this the correct way to do this, or is there a better way?
Asked
Active
Viewed 272 times
2

ashughes
- 7,155
- 9
- 48
- 54
-
I am also looking for an answer i am not eben able to alter the table in .sqm file. How you did that? – Sarim Ahmed Apr 08 '21 at 08:54