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

Modify columns in the flyway migration scripts which uses sql reserved words #1606

Open
josedee opened this issue Nov 5, 2024 · 0 comments · May be fixed by apache/incubator-kie-kogito-apps#2139
Assignees
Labels
area:bpmn Related to BPMN area:engine Related to the runtime engines type:bug Something is behaving unexpectedly

Comments

@josedee
Copy link

josedee commented Nov 5, 2024

The flyway migration sql scripts creates few tables with column names like 'key' and 'value' which are reserved words in H2 db. So in order to avoid that

  • Create new flyway scripts to alter the existing column names
  • Verify/modify any jpa mappings if required.
@yesamer yesamer added area:engine Related to the runtime engines area:bpmn Related to BPMN type:enhancement Something that already exists needs to be improved type:bug Something is behaving unexpectedly and removed type:enhancement Something that already exists needs to be improved labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:bpmn Related to BPMN area:engine Related to the runtime engines type:bug Something is behaving unexpectedly
Projects
None yet
2 participants