From 7ce01dff0baf43166252bc2353179ce8da3c0c36 Mon Sep 17 00:00:00 2001 From: kasun Date: Wed, 20 May 2026 04:38:46 +0200 Subject: [PATCH] changed hibernate schema creation for test db --- backend/src/test/resources/application-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/test/resources/application-test.yaml b/backend/src/test/resources/application-test.yaml index b415c9d..553dff6 100644 --- a/backend/src/test/resources/application-test.yaml +++ b/backend/src/test/resources/application-test.yaml @@ -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 \ No newline at end of file + ddl-auto: update