-
If there’s more than one outstanding migration, and I run the migrate up command, will all the outstanding migrations be run in a single transaction or is each migration run in a separate transaction? I can check this by myself, but I’m not going to be available for the next few days so I was wondering if anybody else in the community knows (and probably this should be in the documentation if you ask me). Single transaction is what I’m hoping for, if not then this is a dealbreaker. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
osdiab
Jul 19, 2023
Replies: 1 comment
-
Just tried it out, looks like they are. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
osdiab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just tried it out, looks like they are. Thanks!