Skip to content

Commit

Permalink
https://github.com/DASISH/qddt-client/issues/770
Browse files Browse the repository at this point in the history
fixed  ddl-auto: none/validate
  • Loading branch information
StigNorland committed Jan 25, 2022
1 parent 07fbb0a commit 08edd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spring:
on-profile: stage
jpa:
hibernate:
ddl-auto: validate
ddl-auto: none
properties:
hibernate:
show_sql: false
Expand All @@ -117,7 +117,7 @@ spring:
on-profile: development
jpa:
hibernate:
ddl-auto: validate
ddl-auto: none
properties:
hibernate:
show_sql: false
Expand Down

0 comments on commit 08edd41

Please sign in to comment.