ash-project/ash

Duplicate extension migrations when using multiple repos

Geschlossen

#2.278 geöffnet am 18.08.2025

 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elixir (389 Forks)batch import
buggood first issue

Repository-Metriken

Stars
 (2.412 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 6h) (26 gemergte PRs in 30 T)

Beschreibung

Current Behavior

When adding a new extension with igniter that requires a migration the tool generate the migration for each repo defined in the project causing a migration error

Reproduction

https://github.com/wildcant/multi-repo-extension-duped-migration

Expected Behavior

Quoting Zach: "we probably want some kind of migrate_extensions? false callback on the repo"

Contributor Guide