This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See http://git.codelutin.com/observe.git from 76e0cf7 fixes #7216: [Référentiel] Problème sur l'édition/validation des relations taille-poids Merge branch 'feature/7216' into develop new b21ae5a ajout d'une migration pour supprimer la colonne gender (refs #7226) new 2f3c53a ajout de not-null sur les clefs étrangères du référentiel taillepoid + ajout d'un non lazy sur la propriété sex (refs #7226) new 9ad742d fixes #7226: Impossible d'enregistrer une nouvelle relation taille-poids Merge branch 'feature/7226' into develop The 3 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 9ad742df128b2d84b1af1479f2f8e66ea5e0cc9c Merge: 76e0cf7 2f3c53a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 15:26:32 2015 +0200 fixes #7226: Impossible d'enregistrer une nouvelle relation taille-poids Merge branch 'feature/7226' into develop commit 2f3c53a22adaa05f85e4330d93950764ee74d9d1 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 15:25:29 2015 +0200 ajout de not-null sur les clefs étrangères du référentiel taillepoid + ajout d'un non lazy sur la propriété sex (refs #7226) commit b21ae5ad6370a43f87d49a36cfb7d2369a75a7a3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 13 15:24:42 2015 +0200 ajout d'une migration pour supprimer la colonne gender (refs #7226) Summary of changes: .../entities/migration/AbstractDataSourceMigration.java | 6 +++++- ...4_0.java => DataSourceMigrationForVersion_4_0_1.java} | 16 ++++++++-------- .../main/resources/db/4.0.1/remove-gender-column-H2.sql | 1 + .../main/resources/db/4.0.1/remove-gender-column-PG.sql | 1 + observe-entities/src/main/xmi/observe-common.properties | 9 +++++++++ 5 files changed, 24 insertions(+), 9 deletions(-) copy observe-entities/src/main/java/fr/ird/observe/entities/migration/versions/{DataSourceMigrationForVersion_4_0.java => DataSourceMigrationForVersion_4_0_1.java} (81%) create mode 100644 observe-entities/src/main/resources/db/4.0.1/remove-gender-column-H2.sql create mode 100644 observe-entities/src/main/resources/db/4.0.1/remove-gender-column-PG.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.