[2.03.20] Create db tables

This commit is contained in:
andyjk15 2020-03-02 16:47:21 +00:00
parent ac60e3fab5
commit 424a4a4d24

View File

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