-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
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
Why do I need to set .sendFullScript
explicitly in code migrations?
#406
Comments
Hello @bowbahdoe , You mean I guess you are using the runtime migration. |
So what is the properties passed to FileMigrationLoader for? Is there a more straightforward way to just "do whatever migrate up would do" |
Like, executing the command? |
well, yes but I want to be able to "just execute the command" but override the connection stuff with a |
With CLI, you can override the settings by setting environment variables. |
https://caveman.mccue.dev/tutorial/clojure/27_run_tests_against_your_database
I think I might be missing something, because I'm unclear why
FileMigrationProvider
wouldn't get sendFullScript from the loaded in properties file?The text was updated successfully, but these errors were encountered: