However, each call to migrate:generate is overwriting the file for the first connection instead of creating a new file with the new connection name. If I generate them all individually then every thing works fine, but it seems like there's something that's not getting flushed after every call.
Expected behavior
I expect there to be a file for every connection.
Details (please complete the following information):
Describe the bug Hello!
I have a couple of different connections that I'm trying to dump one after the other:
However, each call to
migrate:generate
is overwriting the file for the first connection instead of creating a new file with the new connection name. If I generate them all individually then every thing works fine, but it seems like there's something that's not getting flushed after every call.Expected behavior I expect there to be a file for every connection.
Details (please complete the following information):
Thanks!