Artur-Sulej / excellent_migrations

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

Add unique/drop index support #11

Closed hiagomeels closed 2 years ago

hiagomeels commented 2 years ago

It will add support to the unique_index, drop and drop_if_exists checkers if they are set up in the concurrently: true options.

Let me know your thoughts about these changes.