ash-project/ash
Duplicate extension migrations when using multiple repos
クローズ
#2,278 opened on 2025/08/18
buggood first issue
Repository metrics
- Stars
- (2,412 個のスター)
- PR merge metrics
- (平均マージ 6d 6h) (30d で 26 merged PRs)
説明
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"