braintree / pg_ha_migrations

Enforces DDL/migration safety in Ruby on Rails project with an emphasis on explicitly choosing trade-offs and avoiding unnecessary magic.
MIT License
220 stars 23 forks source link

Pin partman version for testing #92

Closed rkrage closed 11 months ago

rkrage commented 11 months ago

Partman version 5 was just released which includes a lot of breaking changes. We should definitely investigate supporting it, but in the meantime let's pin to version 4 to get the tests passing.