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?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…