runtime
2.0.0-alpha03
common
runtime
/
app.cash.sqldelight.db
/
SqlSchema
/
migrate
migrate
common
abstract
fun
migrate
(
driver
:
SqlDriver
,
oldVersion
:
Int
,
newVersion
:
Int
)
:
QueryResult
<
Unit
>
Content copied to clipboard
Use
driver
to migrate from schema
oldVersion
to
newVersion
.