branch develop updated (af793a4 -> 1f6ca1d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See http://git.codelutin.com/observe.git from af793a4 fixes #7013: [ObServeLL] Ajout de l'écran des équipements Merge branch 'feature/7013' into develop new 85cb8ed on rejoue deux migrations de la 4.0-RC3 (refs #7014) new 1f6ca1d fixes #7014: 2 migrations of 4.0-RC3 ne sont pas jouées Merge branch 'feature/7014' into develop 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 1f6ca1d06efb91fad0f780b9bad20501546ba010 Merge: af793a4 85cb8ed Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 10:48:44 2015 +0200 fixes #7014: 2 migrations of 4.0-RC3 ne sont pas jouées Merge branch 'feature/7014' into develop commit 85cb8ed953a3feaeae04e2d3adce7d7ce51c885a Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 10:48:34 2015 +0200 on rejoue deux migrations de la 4.0-RC3 (refs #7014) Summary of changes: .../resources/db/{4.0-RC3 => 4.0-RC4}/rename-unknown-longliner-H2.sql | 0 .../resources/db/{4.0-RC3 => 4.0-RC4}/rename-unknown-longliner-PG.sql | 0 .../resources/db/{4.0-RC3 => 4.0-RC4}/update-senne-gear-usedInTrip-H2.sql | 0 .../resources/db/{4.0-RC3 => 4.0-RC4}/update-senne-gear-usedInTrip-PG.sql | 0 4 files changed, 0 insertions(+), 0 deletions(-) copy observe-entities/src/main/resources/db/{4.0-RC3 => 4.0-RC4}/rename-unknown-longliner-H2.sql (100%) copy observe-entities/src/main/resources/db/{4.0-RC3 => 4.0-RC4}/rename-unknown-longliner-PG.sql (100%) copy observe-entities/src/main/resources/db/{4.0-RC3 => 4.0-RC4}/update-senne-gear-usedInTrip-H2.sql (100%) copy observe-entities/src/main/resources/db/{4.0-RC3 => 4.0-RC4}/update-senne-gear-usedInTrip-PG.sql (100%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 85cb8ed953a3feaeae04e2d3adce7d7ce51c885a Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 10:48:34 2015 +0200 on rejoue deux migrations de la 4.0-RC3 (refs #7014) --- .../db/4.0-RC4/rename-unknown-longliner-H2.sql | 22 ++++++++++++++++++++++ .../db/4.0-RC4/rename-unknown-longliner-PG.sql | 22 ++++++++++++++++++++++ .../db/4.0-RC4/update-senne-gear-usedInTrip-H2.sql | 22 ++++++++++++++++++++++ .../db/4.0-RC4/update-senne-gear-usedInTrip-PG.sql | 22 ++++++++++++++++++++++ 4 files changed, 88 insertions(+) diff --git a/observe-entities/src/main/resources/db/4.0-RC4/rename-unknown-longliner-H2.sql b/observe-entities/src/main/resources/db/4.0-RC4/rename-unknown-longliner-H2.sql new file mode 100644 index 0000000..0aaa32f --- /dev/null +++ b/observe-entities/src/main/resources/db/4.0-RC4/rename-unknown-longliner-H2.sql @@ -0,0 +1,22 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2015 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- +UPDATE OBSERVE_COMMON.VESSEL SET LABEL2= 'Palengrier inconnu', TOPIAVERSION = TOPIAVERSION + 1 WHERE TOPIAID ='fr.ird.observe.entities.referentiel.Vessel#1239832686129#0.1'; \ No newline at end of file diff --git a/observe-entities/src/main/resources/db/4.0-RC4/rename-unknown-longliner-PG.sql b/observe-entities/src/main/resources/db/4.0-RC4/rename-unknown-longliner-PG.sql new file mode 100644 index 0000000..0aaa32f --- /dev/null +++ b/observe-entities/src/main/resources/db/4.0-RC4/rename-unknown-longliner-PG.sql @@ -0,0 +1,22 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2015 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- +UPDATE OBSERVE_COMMON.VESSEL SET LABEL2= 'Palengrier inconnu', TOPIAVERSION = TOPIAVERSION + 1 WHERE TOPIAID ='fr.ird.observe.entities.referentiel.Vessel#1239832686129#0.1'; \ No newline at end of file diff --git a/observe-entities/src/main/resources/db/4.0-RC4/update-senne-gear-usedInTrip-H2.sql b/observe-entities/src/main/resources/db/4.0-RC4/update-senne-gear-usedInTrip-H2.sql new file mode 100644 index 0000000..f39c6a5 --- /dev/null +++ b/observe-entities/src/main/resources/db/4.0-RC4/update-senne-gear-usedInTrip-H2.sql @@ -0,0 +1,22 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2015 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- +UPDATE observe_seine.gearusefeatures SET usedintrip = true, topiaversion = topiaversion + 1 WHERE gear = 'fr.ird.observe.entities.referentiel.Gear#1239832686125#0.20'; \ No newline at end of file diff --git a/observe-entities/src/main/resources/db/4.0-RC4/update-senne-gear-usedInTrip-PG.sql b/observe-entities/src/main/resources/db/4.0-RC4/update-senne-gear-usedInTrip-PG.sql new file mode 100644 index 0000000..1f3d7eb --- /dev/null +++ b/observe-entities/src/main/resources/db/4.0-RC4/update-senne-gear-usedInTrip-PG.sql @@ -0,0 +1,22 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2015 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- +UPDATE observe_seine.gearusefeatures SET usedintrip = true , topiaversion = topiaversion + 1 WHERE gear = 'fr.ird.observe.entities.referentiel.Gear#1239832686125#0.20'; \ No newline at end of file -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 1f6ca1d06efb91fad0f780b9bad20501546ba010 Merge: af793a4 85cb8ed Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 10:48:44 2015 +0200 fixes #7014: 2 migrations of 4.0-RC3 ne sont pas jouées Merge branch 'feature/7014' into develop .../db/4.0-RC4/rename-unknown-longliner-H2.sql | 22 ++++++++++++++++++++++ .../db/4.0-RC4/rename-unknown-longliner-PG.sql | 22 ++++++++++++++++++++++ .../db/4.0-RC4/update-senne-gear-usedInTrip-H2.sql | 22 ++++++++++++++++++++++ .../db/4.0-RC4/update-senne-gear-usedInTrip-PG.sql | 22 ++++++++++++++++++++++ 4 files changed, 88 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm