ash-project/ash

Duplicate extension migrations when using multiple repos

Closed

#2,278 opened on Aug 18, 2025

 (7 comments) (0 reactions) (0 assignees)Elixir (389 forks)batch import
buggood first issue

Repository metrics

Stars
 (2,412 stars)
PR merge metrics
 (Avg merge 6d 6h) (26 merged PRs in 30d)

Description

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