From a8144acb8bbf3533f0349119d9e2e9c56552f91d Mon Sep 17 00:00:00 2001 From: Zuev Date: Wed, 18 Mar 2026 02:00:49 +0300 Subject: [PATCH] config: Update application properties. --- backend/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 4d4e315..1503138 100755 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -7,7 +7,7 @@ spring.datasource.password=${POSTGRES_PASSWORD:supersecretpassword} spring.datasource.driver-class-name=org.postgresql.Driver # JPA -spring.jpa.hibernate.ddl-auto=update +spring.jpa.hibernate.ddl-auto=none spring.jpa.show-sql=false spring.jpa.open-in-view=false