Skip to content

Commit

Permalink
fix: MOVE-3949: ddl-auto value in test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
johannmo committed Jul 22, 2024
1 parent 42340d0 commit edf9e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
hibernate:
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
hibernate:
ddl-auto: update
ddl-auto: validate
security:
user:
name: ${ADMIN_API_USERNAME}
Expand Down

0 comments on commit edf9e16

Please sign in to comment.