This is an automated email from the git hooks/post-receive script. New change to branch feature/refonte-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 271a14a7 Refonte ui : ajout de nouveaux filtres pour la récupération des sondages new 2376d098 Ajout d'un nouvel attribut au sondage (image d'illustration) 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 2376d098bf3444420202e9150234c6ea44fa06e0 Author: Cécilia Bossard <bossard@codelutin.com> Date: Wed Jul 1 11:45:49 2020 +0200 Ajout d'un nouvel attribut au sondage (image d'illustration) Summary of changes: .../db/migration/h2/V3_3_0_2__add_poll_picture.sql | 5 +++++ .../postgresql/V3_3_0_2__add_poll_picture.sql | 5 +++++ pollen-persistence/src/main/xmi/pollen.properties | 2 +- pollen-persistence/src/main/xmi/pollen.zargo | Bin 31242 -> 31337 bytes .../org/chorem/pollen/services/bean/PollBean.java | 10 ++++++++++ .../chorem/pollen/services/service/PollService.java | 2 ++ 6 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 pollen-persistence/src/main/resources/db/migration/h2/V3_3_0_2__add_poll_picture.sql create mode 100644 pollen-persistence/src/main/resources/db/migration/postgresql/V3_3_0_2__add_poll_picture.sql -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.