Skip to content

Commit d4f9f3e

Browse files
fixed broken Tests
1 parent 6a716d5 commit d4f9f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spring:
4848
jpa:
4949
generate-ddl: true
5050
hibernate:
51-
#ddl-auto: ${TWITTERWALL_JPA_HIBERNATE_DDL_AUTO}
52-
ddl-auto: create-drop
51+
ddl-auto: ${TWITTERWALL_JPA_HIBERNATE_DDL_AUTO}
52+
#ddl-auto: create-drop
5353
properties:
5454
hibernate:
5555
dialect: org.hibernate.dialect.PostgreSQL94Dialect

0 commit comments

Comments
 (0)