georgeamason / SierraSam

0 stars 0 forks source link

Specifying ignoredMigrations arg with mutiple seems not to work? #91

Closed georgeamason closed 6 months ago

georgeamason commented 6 months ago

.\SierraSam.exe validate --ignoredMigrations="repeatable:applied,repeatable:missing" fails with Unable to find remote migration R__Create_managers_view.sql when repeatable:applied should fix that.

repeatable:* works fine

georgeamason commented 6 months ago

--ignoredMigrations="repeatable:pending,repeatable:missing" fixes the issue 👍