This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 7386836 on vérifie qu'il y a une demande ouverte avant de la mettre devant (fixes #8275) new 422381f ajout d'un index sur les compagnies des clients (fixes #8281) new fe6c684 upgrade versions The 2 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 fe6c68424c593364d05d5edb3a9283641679da51 Author: Kevin Morin <morin@codelutin.com> Date: Tue Apr 26 10:24:30 2016 +0200 upgrade versions commit 422381f2f6f17c718233c1b4d7fe101de2c58733 Author: Kevin Morin <morin@codelutin.com> Date: Tue Apr 26 10:24:24 2016 +0200 ajout d'un index sur les compagnies des clients (fixes #8281) Summary of changes: faxtomail-persistence/pom.xml | 4 +- .../faxtomail/FaxToMailConfiguration.java | 2 +- .../faxtomail/persistence/ProgressionModel.java | 48 ---------------------- .../V2_1_3_160425__add_index_on_company_name.sql | 3 ++ .../V2_1_3_160425__add_index_on_company_name.sql | 3 ++ .../ui/swing/actions/AbstractFaxToMailAction.java | 10 ++--- pom.xml | 19 ++++----- 7 files changed, 23 insertions(+), 66 deletions(-) delete mode 100644 faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/ProgressionModel.java create mode 100644 faxtomail-service/src/main/resources/db/migration/h2/V2_1_3_160425__add_index_on_company_name.sql create mode 100644 faxtomail-service/src/main/resources/db/migration/sqlserver/V2_1_3_160425__add_index_on_company_name.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.