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

generated liquibase changeset for deleted column has wrong column name (UPPERCASED) #56

Open
jonenst opened this issue Dec 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jonenst
Copy link
Contributor

jonenst commented Dec 22, 2023

Describe the current behavior

when you remove a field in an entity, and run liquibase:update liquibase:diff, the generated changeset has an uppercase name for the column and the table name:

   <dropColumn columnName="RESULT" tableName="RESULT"/>

Describe the expected behavior

Correct name from the annotations/entities

   <dropColumn columnName="result" tableName="result"/>   

Describe the steps

No response

Environment

No response

Relevant Log Output

No response

Extra Information

No response

@jonenst jonenst added the bug Something isn't working label Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant