This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See http://git.chorem.org/lima.git from e211861 fixes #1169 saisie de date , uniquement je jour du mois Merge branch 'feature/1169-Saisie_du_jour_uniquement' into develop adds 3882543 refs #1161 : activate flyway migration service new 86bc102 fixes #1161 Migration des bases de donées Merge branch 'feature/1161' into develop 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 86bc10279bf07fb6323042129e0c7df5593e1f12 Merge: e211861 3882543 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 27 16:51:31 2015 +0100 fixes #1161 Migration des bases de donées Merge branch 'feature/1161' into develop Summary of changes: .../chorem/lima/business/LimaServiceConfig.java | 4 +- lima-callao/pom.xml | 6 ++ .../chorem/lima/entity/LimaFlywayServiceImpl.java | 95 ++++++++++++++++++++++ .../db/migration/V0_5_0_0__migration1.sql | 3 + .../db/migration/V0_6_0_0__migration2.sql | 23 ++++++ 5 files changed, 129 insertions(+), 2 deletions(-) create mode 100644 lima-callao/src/main/java/org/chorem/lima/entity/LimaFlywayServiceImpl.java create mode 100644 lima-callao/src/main/resources/db/migration/V0_5_0_0__migration1.sql create mode 100644 lima-callao/src/main/resources/db/migration/V0_6_0_0__migration2.sql -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.