[1.03.20] Recreate db yet again - need to setup flyway migrate or something

This commit is contained in:
andyjk15 2020-03-02 14:18:13 +00:00
parent 956a5643ac
commit d130074bb8

View File

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