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-postgres.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources/application-postgres.properties') diff --git a/src/main/resources/application-postgres.properties b/src/main/resources/application-postgres.properties index 05dbc12d..c3697a7c 100644 --- a/src/main/resources/application-postgres.properties +++ b/src/main/resources/application-postgres.properties @@ -1 +1,2 @@ spring.sql.init.platform=postgresql +spring.flyway.enabled=true \ No newline at end of file -- cgit v1.2.3