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>.