ash-project/ash

Duplicate extension migrations when using multiple repos

Fermée

#2 278 ouverte le 18 août 2025

 (7 commentaires) (0 réaction) (0 personne assignée)Elixir (389 forks)batch import
buggood first issue

Métriques du dépôt

Stars
 (2 412 étoiles)
Métriques de merge PR
 (Merge moyen 6j 6h) (26 PRs mergées en 30 j)

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"

Guide contributeur