Artur-Sulej / excellent_migrations

An Elixir tool for checking safety of database migrations.
MIT License
232 stars 25 forks source link

Check for references without safe option on alter table add #21

Closed hugomorg closed 1 month ago

hugomorg commented 1 year ago

Currently the checks in this library don't detect a potentially unsafe migration highlighted here, when the add macro is used (only warns with modify). This PR helps add that check.

up2jj commented 1 month ago

Hello @Artur-Sulej, Any chances to merge it? We have been hit recently by this issue, despite using your helpful lib 😞

Artur-Sulej commented 1 month ago

@up2jj I merged it, but I'll make release of a new version later.

up2jj commented 1 month ago

@Artur-Sulej Excellent! Thanks for your time!