You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing a migration in an arches applications, it is necessary to specify a lower bound for the dependency on the core arches migrations, and sometimes even an upper bound (via run_before) if there were breaking changes in core.
Rather than hunting for this information by checking the git history, it would be more convenient to be able to do:
When writing a migration in an arches applications, it is necessary to specify a lower bound for the dependency on the core arches migrations, and sometimes even an upper bound (via
run_before
) if there were breaking changes in core.Rather than hunting for this information by checking the git history, it would be more convenient to be able to do:
The text was updated successfully, but these errors were encountered: