From edf9e16fe8318fd9b1864912b6b3aedb2440d49b Mon Sep 17 00:00:00 2001 From: Johannes Molland <12180816+johannmo@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:36:55 +0200 Subject: [PATCH] fix: MOVE-3949: ddl-auto value in test profile --- serviceregistry-server/src/main/resources/application-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serviceregistry-server/src/main/resources/application-test.yml b/serviceregistry-server/src/main/resources/application-test.yml index 1b78797f..72354d28 100644 --- a/serviceregistry-server/src/main/resources/application-test.yml +++ b/serviceregistry-server/src/main/resources/application-test.yml @@ -11,7 +11,7 @@ spring: hibernate: dialect: org.hibernate.dialect.MySQL5InnoDBDialect hibernate: - ddl-auto: update + ddl-auto: validate security: user: name: ${ADMIN_API_USERNAME}