Skip to content
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

Liquibase: Version defined in changelogs should match liquibase version #1430

Closed
DanielFran opened this issue Apr 22, 2022 · 0 comments · Fixed by #2155
Closed

Liquibase: Version defined in changelogs should match liquibase version #1430

DanielFran opened this issue Apr 22, 2022 · 0 comments · Fixed by #2155

Comments

@DanielFran
Copy link
Member

All changelogs should define correct liquibase version.

Example: dbchangelog-4.5.xsd should be updated to use current liquibase "major.minor" version
https://github.com/jhipster/jhipster-lite/blob/main/src/main/resources/generator/server/springboot/dbmigration/liquibase/resources/master.xml#L5

  xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.5.xsd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants