-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sprint8 395 ideas tab #447
Conversation
…to address database persistence issues
src/main/resources/application.yml
Outdated
@@ -152,7 +152,7 @@ spring: | |||
# database-platform: org.hibernate.dialect.PostgreSQLDialect | |||
|
|||
generate-ddl: false | |||
hibernate.ddl-auto: none |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undo this please. The database schema is created via Liquibase. The only instruction needed is to drop and recreate the database as defaults are what we require. The defaults are loaded from YAML on startup when configured to do so. There is also a backlog issue to test update defaults configuration which is technically all that should be required for the default change to apply.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change reverted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo the ddl-auto property change.
Reverted changes in the `application yml file to `hibernate.ddl-auto: none`
Description
Supporting Material
Additional Comments
Helper Checklist (optional)