beam-automigrate v0.1.3.0 Release Notes
-
- โ Add
showMigration
- Extend allowable version bounds for aeson, base, dlist, pretty-simple, and splitmix
- โ Add support for postgres' oid column type
- โ Add
calcMigrationSteps
function to compute theDiff
that will be performed by a migration without altering the database. - ๐ Support GHC 9.0.2
- ๐ Fix an issue where names starting with an upper case letter and containing no other characters requiring escaping would not be properly escaped
- โ Add