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

Generate index names less than 63 bytes #94

Closed rkrage closed 9 months ago

rkrage commented 11 months ago

This was previously in https://github.com/braintree/pg_ha_migrations/pull/86, but that only solved the problem for creating partitioned indexes. This more holistically addresses #89

Essentially backports this feature into older versions of Rails