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
This would allow a scenario where you would be able to control the execution order of journaled and not journaled scripts.
As of now you can only make the order like first running a bunch of journalled scirpts and then running the not journaled scripts.
The text was updated successfully, but these errors were encountered:
I have scripts in one folder and want to set order of execution of somes scripts before others as they are dependents on others...
Any Idea how to handle this kind of scenario in Dbup migration task ?
Sorry, something went wrong.
Is this really related to the RunAlways DbUp-feature?
Have you tried using setting the Script Execution Order-field?
.OrderBy(i => i.Name)
.OrderBy(i => i.FullName)
Directory.GetFiles(...)
No branches or pull requests
This would allow a scenario where you would be able to control the execution order of journaled and not journaled scripts.
As of now you can only make the order like first running a bunch of journalled scirpts and then running the not journaled scripts.
The text was updated successfully, but these errors were encountered: