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
Opposed to the other file formats, where databaseChangeLog can be to one and only root element this is a perfectly working and accepted script
databaseChangeLog
databaseChangeLog { include (file: '/dev/liquibase/groovy-dsl/test/changelogs/log1.groovy') } databaseChangeLog { include (file: '/dev/liquibase/groovy-dsl/test/changelogs/log2.groovy') }
The text was updated successfully, but these errors were encountered:
It's unusual, but not at all invalid to have more than one databaseChangeLog in a file. Is this creating any problems?
Sorry, something went wrong.
No branches or pull requests
Opposed to the other file formats, where
databaseChangeLog
can be to one and only root elementthis is a perfectly working and accepted script
The text was updated successfully, but these errors were encountered: