This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from a596d2d Livrable #8171 Merge branch 'feature/#8171' into develop new dad5aa1 Faire fonctionner la migration 3.905 sous pg (See #8171) 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 dad5aa14fb72db3eba69ef77f003f705fd794d35 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri May 13 20:28:27 2016 +0200 Faire fonctionner la migration 3.905 sous pg (See #8171) Summary of changes: .../workingDb/WorkingDbMigrationCallBackForVersion3_905.java | 5 +++++ .../main/resources/migration/workingDb/3.905-1-insert-ports.sql | 7 ------- .../migration/workingDb/h2/3.905-2-migrate-voyage-ports.sql | 7 +++++++ .../main/resources/migration/workingDb/pg/3.905-0-update-model.sql | 6 +++--- .../migration/workingDb/pg/3.905-2-migrate-voyage-ports.sql | 7 +++++++ 5 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 echobase-domain/src/main/resources/migration/workingDb/h2/3.905-2-migrate-voyage-ports.sql create mode 100644 echobase-domain/src/main/resources/migration/workingDb/pg/3.905-2-migrate-voyage-ports.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.