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

Automated Liquibase diff generation from hibernate schema changes in development #137

Conversation

iam-flo
Copy link
Contributor

@iam-flo iam-flo commented Nov 6, 2024

Motivation

Liquibase integration allowing the generation of diff changelogs from hibernate and checks during production
#130

Description

Add a db:changelog:diff script to root that generates a changelog for the liquibase database migration

Checklist

General

  • PR title is clear and descriptive
  • PR description explains the purpose and changes
  • Code follows project coding standards
  • Self-review of the code has been done
  • Changes have been tested locally
  • Documentation has been updated (if applicable)

Server (if applicable)

  • Code is performant and follows best practices
  • No security vulnerabilities introduced
  • Proper error handling has been implemented

@iam-flo iam-flo self-assigned this Nov 6, 2024
@github-actions github-actions bot added application-server size:L This PR changes 100-499 lines, ignoring generated files. labels Nov 6, 2024
@FelixTJDietrich FelixTJDietrich changed the title 130 automated liquibase diff generation from hibernate schema changes in development Automated Liquibase diff generation from hibernate schema changes in development Nov 6, 2024
FelixTJDietrich
FelixTJDietrich previously approved these changes Nov 6, 2024
@FelixTJDietrich FelixTJDietrich merged commit 9edf554 into develop Nov 6, 2024
4 of 6 checks passed
@FelixTJDietrich FelixTJDietrich deleted the 130-automated-liquibase-diff-generation-from-hibernate-schema-changes-in-development branch November 6, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application-server size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automated Liquibase Diff Generation from Hibernate Schema Changes in Development
2 participants