Artur-Sulej / excellent_migrations

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

Handles with if not exists functions #10

Closed hiagomeels closed 2 years ago

hiagomeels commented 2 years ago

Hi, I'm starting to use your lib and notice that currently, the lib is not handling some if_not_exists functions.

If I understood the functionalities correctly the changes on this PR will add the support for create_if_not_exists, add_if_not_exists functions.

Let me know your thoughts about it.

Artur-Sulej commented 2 years ago

Nice catch! Thanks for finding the issue and preparing the solution.