Artur-Sulej / excellent_migrations

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

Detect non-concurrent indices in pipelines #34

Closed renanpvaz closed 7 months ago

renanpvaz commented 1 year ago

Updated the AST parser to not care about surrounding structure instead matching all calls of index/3 and unique_index/3.