[1.03.20] Recreate db

This commit is contained in:
andyjk15 2020-03-01 21:55:49 +00:00
parent 26fd1a9233
commit fda005fa06

View File

@ -12,7 +12,7 @@ spring:
platform: postgres platform: postgres
jpa: jpa:
hibernate: hibernate:
ddl-auto: validate ddl-auto: create-drop
show-sql: true show-sql: true
properties: properties:
org.hibernate.envers.revision_field_name: revision_id org.hibernate.envers.revision_field_name: revision_id