fatkodima / online_migrations

Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).
https://rubydoc.info/github/fatkodima/online_migrations/
MIT License
628 stars 19 forks source link

Fix when JSONB indexes with similar name as column exist #41

Closed cmer closed 1 year ago

cmer commented 1 year ago

Fixes #40

fatkodima commented 1 year ago

Thanks, I will push a few changes to this PR, then merge and release a new version.

fatkodima commented 1 year ago

Released a new version.

cmer commented 1 year ago

Awesome, you're the best. Thanks!