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