There is no built-in migration, but you can use `d...
# squarelibraries
h
There is no built-in migration, but you can use
deriveSchemaFromMigration
, and create a
0.sqm
file describing you init schema, and put your changes in
1.sqm
etc. The sqldelight compiler can validate your migrations.
2