From 36a8b33116d68ccc962a1cc9d6cfb313675c4905 Mon Sep 17 00:00:00 2001 From: Janik Endtner Date: Tue, 23 Jul 2024 21:13:34 +0200 Subject: [PATCH] #790 remove auto reset of demo --- backend/src/main/resources/application-demo.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application-demo.properties b/backend/src/main/resources/application-demo.properties index 4089d2641c..df1d6b0278 100644 --- a/backend/src/main/resources/application-demo.properties +++ b/backend/src/main/resources/application-demo.properties @@ -4,7 +4,7 @@ logging.level.org.springframework=debug spring.security.oauth2.resourceserver.opaquetoken.client-id=pitc_okr_demo # flyway fill database with demo data -spring.flyway.locations=classpath:db/migration,classpath:db/data-migration-demo,classpath:db/callback +spring.flyway.locations=classpath:db/migration # pit client customization okr.tenants.pitc.clientcustomization.logo=assets/images/okr-logo.svg