run migrations in app dependency order #2089
amitu
started this conversation in
Ideas & RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we run migrations in the order apps are mentioned in
FASTN.ftd
. We should run them in the order of dependencies. E.g., if bothfoo
andbar
packages are used as app, andfoo
depends onbar
, the migration forbar
should run beforefoo
, irrespective of the order they appear inFASTN.ftd
.Beta Was this translation helpful? Give feedback.
All reactions