alexfmpe

Results 80 issues of alexfmpe

Needed this alongside https://github.com/haskell-beam/beam/pull/563

It looks like the workhorse is `runMigrationWithEditUpdate` (is it intended that `tryRunMigrationsWithEditUpdate` doesn't specify a hook?), but it can be tricky to figure out how to encode things so that...

It's not clear how to mix in migrations that aren't yet representable with the ones that are, e.g. #17 & #18 Is there any alternative for users to forking &...

https://github.com/obsidiansystems/beam-automigrate/blob/93f86a29b81150ac356107b82225ac7f151d6e51/src/Database/Beam/AutoMigrate/Types.hs#L213 does not currently represent column renames (though it does represent column type changes)

On top of #31 but done as a separate PR as the `dependent-sum-template` lower bound is increased, which I guess can count as a breaking change? EDIT: Oh probably not,...

On top of #30