This is an automated email from the git hooks/post-receive script. New commit to branch feature/1189 in repository lima. See http://git.chorem.org/lima.git commit 07c3c57ff33194d567fa2de9592fdd2b8198b706 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Mar 4 13:53:23 2015 +0100 fixes #1189: fix flayway properties in create database --- .../src/main/java/org/chorem/lima/entity/LimaFlywayServiceImpl.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lima-callao/src/main/java/org/chorem/lima/entity/LimaFlywayServiceImpl.java b/lima-callao/src/main/java/org/chorem/lima/entity/LimaFlywayServiceImpl.java index 9c3f0cc..c2109d8 100644 --- a/lima-callao/src/main/java/org/chorem/lima/entity/LimaFlywayServiceImpl.java +++ b/lima-callao/src/main/java/org/chorem/lima/entity/LimaFlywayServiceImpl.java @@ -99,6 +99,12 @@ public class LimaFlywayServiceImpl extends TopiaFlywayServiceImpl { } + @Override + public void initOnCreateSchema() { + flywayBaselineVersion = null; + super.initOnCreateSchema(); + } + public static void closeQuietly(AutoCloseable... toClose) { for (AutoCloseable closeable : toClose) { if (closeable != null) { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.