> I can imagine migrations that don't change the schema.
Data migrations can be done with `select` and `update`. Although data migrations are generally unwanted.
> I can imagine migrations that don't change the schema.
Data migrations can be done with `select` and `update`. Although data migrations are generally unwanted.