Choose specific connection for particular migrations #1558
Unanswered
backspacerhino
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Lets say I have 7 migrations
I want to run
node ace migration:run
and migrate 5 of them to MySQL and 2 of them to PostgreSQL.I didn't find any options to set my desired connection inside the migration file
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions