From 2db415ce42fb96059b6d7fce4cf4ce078a62680e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 27 Jan 2023 17:50:14 +0300 Subject: baseline non-production databases to 1.36 --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ecea6a79..989e1c63 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,7 +5,7 @@ spring.jackson.serialization.write-dates-as-timestamps=false spring.jackson.serialization.write-empty-json-arrays=true spring.h2.console.enabled=true spring.datasource.generate-unique-name=false -spring.flyway.locations=classpath:db/migration,classpath:db/specific/{vendor} +spring.flyway.enabled=false spring.sql.init.platform=h2 spring.cache.type=simple spring.cache.cache-names=help, usernames, users_by_name, discover, discussions, messages, replies, popular_tags, profiles, twitter_user -- cgit v1.2.3