This is an automated email from the git hooks/post-receive script. New change to branch feature/#8171 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 0f14ee2 Rename id to code for Port and Voyage new 8837aa9 Rename constraint name Rename id to code Put all request on one line new c54c4ba Add inserts for the ports new e749b0b Create migration for postgresql new 8804513 Create migration class new 5f7e91b Set a value for the real column The 5 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 5f7e91b6a79f5c960a7119b950dbc31b16c7ea21 Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Fri Apr 29 17:02:52 2016 +0200 Set a value for the real column commit 880451333743e051c288e0febc001a2af386a496 Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Fri Apr 29 16:55:57 2016 +0200 Create migration class commit e749b0bb203376648269a734651f195a3ee31b93 Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Fri Apr 29 15:57:55 2016 +0200 Create migration for postgresql commit c54c4ba2d62eb9fd1c562385f5fd84f21238b46d Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Fri Apr 29 15:50:13 2016 +0200 Add inserts for the ports commit 8837aa961c464b834fdeb156eff87a6051960d9f Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Fri Apr 29 11:47:00 2016 +0200 Rename constraint name Rename id to code Put all request on one line Summary of changes: ...WorkingDbMigrationCallBackForVersion3_902.java} | 18 +- .../migration/workingDb/3.902-1-insert-ports.sql | 4903 ++++++++++++++++++++ .../workingDb/3.910-1-add-new-attributes.sql | 131 - .../workingDb/h2/3.902-0-update-model.sql | 95 + .../workingDb/pg/3.902-0-update-model.sql | 95 + echobase-domain/src/main/xmi/echobase.properties | 2 +- 6 files changed, 5103 insertions(+), 141 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/3.902-1-insert-ports.sql delete mode 100644 echobase-domain/src/main/resources/migration/workingDb/3.910-1-add-new-attributes.sql create mode 100644 echobase-domain/src/main/resources/migration/workingDb/h2/3.902-0-update-model.sql create mode 100644 echobase-domain/src/main/resources/migration/workingDb/pg/3.902-0-update-model.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.