We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have multiple Datasources.
The migrations are split in a Folders per datasource using the -connection and -source parameter
....
If i use migration_diff on "logs"
bin/cake bake migration_diff -s MigrationsLogs -c logs
the system looks for the Dump File in "config/Migrations" instead of "config/MigrationsLogs"
atm. we copy the dump file before executing the migration but this can easy lead to errors by human mistake.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have multiple Datasources.
The migrations are split in a Folders per datasource using the -connection and -source parameter
....
If i use migration_diff on "logs"
bin/cake bake migration_diff -s MigrationsLogs -c logs
the system looks for the Dump File in "config/Migrations" instead of "config/MigrationsLogs"
atm. we copy the dump file before executing the migration but this can easy lead to errors by human mistake.
The text was updated successfully, but these errors were encountered: