changed hibernate schema creation for test db

This commit is contained in:
2026-05-20 04:38:46 +02:00
parent 463fbd8332
commit 7ce01dff0b
@@ -1,9 +1,9 @@
spring:
datasource:
url : ${DB_TEST_URL}
url: ${DB_TEST_URL}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
driver-class-name: ${PG_DRIVER_CLASS_NAME}
jpa:
hibernate:
ddl-auto: create-drop
ddl-auto: update