From 8df4712c2d57152db00dcf74fce1c85fc8059c57 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Tue, 5 Nov 2024 22:56:22 +0100 Subject: [PATCH] Do not show liquibase banner and force clean db --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 7af3768cb91..f287c5f5cc7 100644 --- a/pom.xml +++ b/pom.xml @@ -1090,6 +1090,8 @@ ${jdbc.username} ${jdbc.password} ${jdbc.driver} + false + true