This is an automated email from the git hooks/post-receive script. New change to branch feature/8180 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 85d1ca3 Improve the perfomance on search duplicate cell (ref #8165) new 76dd036 Improve the perfomance on search duplicate cell (ref #8165) new 5056a51 Move migration to 3.907 version 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 5056a51e19a1e0b9cef44370233036a7653ff753 Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Mon Jun 27 16:32:51 2016 +0200 Move migration to 3.907 version commit 76dd036a80297dc9969d89836c29514f0cd13eee Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Mon Jun 27 16:31:28 2016 +0200 Improve the perfomance on search duplicate cell (ref #8165) Summary of changes: .../WorkingDbMigrationCallBackForVersion3_906.java | 2 +- .../WorkingDbMigrationCallBackForVersion3_908.java | 33 ---------------------- ...906-add-indexes.sql => 3.906-0-add-indexes.sql} | 0 ...d.sql => 3.907-0-update-importLog-entityId.sql} | 0 ...d.sql => 3.907-0-update-importLog-entityId.sql} | 0 echobase-domain/src/main/xmi/echobase.properties | 2 +- 6 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 echobase-domain/src/main/java/fr/ifremer/echobase/persistence/migration/workingDb/WorkingDbMigrationCallBackForVersion3_908.java rename echobase-domain/src/main/resources/migration/workingDb/{3.906-add-indexes.sql => 3.906-0-add-indexes.sql} (100%) rename echobase-domain/src/main/resources/migration/workingDb/h2/{3.906-0-update-importLog-entityId.sql => 3.907-0-update-importLog-entityId.sql} (100%) rename echobase-domain/src/main/resources/migration/workingDb/pg/{3.906-0-update-importLog-entityId.sql => 3.907-0-update-importLog-entityId.sql} (100%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.