runtime
2.0.0-alpha01
common
runtime
/
app.cash.sqldelight.db
/
SqlDriver
/
Schema
/
migrate
migrate
common
abstract
fun
migrate
(
driver
:
SqlDriver
,
oldVersion
:
Int
,
newVersion
:
Int
)
Content copied to clipboard
Use
driver
to migrate from schema
oldVersion
to
newVersion
.