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
The jpa-schema-export.sql is wrongly configured to use the jpa.databasePlatform from jdbc.properties instead of jdbc_PROD.properties.
jpa-schema-export.sql
jpa.databasePlatform
jdbc.properties
jdbc_PROD.properties
We want the JPA schema export to follow the DB configuration used in PROD instead of the one used during development.
PROD
The text was updated successfully, but these errors were encountered:
4637384
#1696 correct db dialect (#1697)
b06d184
jo-elimu
Successfully merging a pull request may close this issue.
The
jpa-schema-export.sql
is wrongly configured to use thejpa.databasePlatform
fromjdbc.properties
instead ofjdbc_PROD.properties
.We want the JPA schema export to follow the DB configuration used in
PROD
instead of the one used during development.The text was updated successfully, but these errors were encountered: