Bug Fixes
-
[Mix] Improve igniter installer idempotency and compatibility.
The installer now uses
on_exists: :skip
when generating a migration, so it composes safely with other igniter installers. It also removes unnecessaryadd_dep
calls that would overwrite a previously specified Oban version with~> 2.18
.