This is an automated email from the git hooks/post-receive script. New change to branch feature/8170 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from da6bb29 Utilisation nuitonWeb 1.17 pour ĂȘtre compatible avec ToPIA 3 new 034ec06 La version 3.902 permet de lancer enfin echobase avec topia 3 sur tout type de base 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 034ec06f0008d4769a4569b6fde6c39cfb9dfdb6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 28 13:12:26 2016 +0200 La version 3.902 permet de lancer enfin echobase avec topia 3 sur tout type de base Summary of changes: .../EchoBaseInternalTopiaApplicationContext.java | 2 +- .../EchoBaseUserTopiaApplicationContext.java | 2 +- .../WorkingDbMigrationCallBackForVersion3_901.java | 1 + ...WorkingDbMigrationCallBackForVersion3_902.java} | 11 ++--- .../migration/workingDb/h2/3.902-0-fix-types.sql | 56 ++++++++++++++++++++++ .../pg/3.901-0-add-importFile_importId-table.sql | 2 + .../3.901-1-add-importFile-importText-column.sql | 1 + .../migration/workingDb/pg/3.902-0-fix-types.sql | 56 ++++++++++++++++++++++ echobase-domain/src/main/xmi/echobase.properties | 2 +- 9 files changed, 123 insertions(+), 10 deletions(-) copy echobase-domain/src/main/java/fr/ifremer/echobase/persistence/migration/workingDb/{WorkingDbMigrationCallBackForVersion3_901.java => WorkingDbMigrationCallBackForVersion3_902.java} (60%) create mode 100644 echobase-domain/src/main/resources/migration/workingDb/h2/3.902-0-fix-types.sql create mode 100644 echobase-domain/src/main/resources/migration/workingDb/pg/3.901-0-add-importFile_importId-table.sql create mode 100644 echobase-domain/src/main/resources/migration/workingDb/pg/3.901-1-add-importFile-importText-column.sql create mode 100644 echobase-domain/src/main/resources/migration/workingDb/pg/3.902-0-fix-types.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.