branch feature/1189 created (now 07c3c57)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1189 in repository lima. See http://git.chorem.org/lima.git at 07c3c57 fixes #1189: fix flayway properties in create database This branch includes the following new commits: new 07c3c57 fixes #1189: fix flayway properties in create database The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm