Skip to content

Commit 8ea7f0b

Browse files
committed
work
1 parent 19f9c40 commit 8ea7f0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/resources/application.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spring:
3333
generate-ddl: true
3434
database-platform: POSTGRESQL
3535
hibernate:
36-
#ddl-auto: create-drop update
36+
#ddl-auto: create-drop update validate
3737
ddl-auto: ${BLOODMONEY_HIBERNATE_DDL_AUTO}
3838
naming:
3939
implicit-strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
@@ -152,7 +152,8 @@ spring:
152152
log-dir: transaction-logs/tx-logs-simpleworklist
153153
jpa:
154154
hibernate:
155-
ddl-auto: update
155+
#ddl-auto: create-drop update validate
156+
ddl-auto: validate
156157
server:
157158
port: ${PORT}
158159
compression:

0 commit comments

Comments
 (0)