This is an automated email from the git hooks/post-receive script. New commit to branch master in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 8f07a2a48ca6bd91f6b34fae7ab456cff88cdfa9 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Feb 27 11:06:23 2020 +0100 Pre release 4.2-rc1 --- .../workingDb/3.914-1-importlog-importtext.sql | 22 +++++++++++++++++++++- .../workingDb/h2/3.914-1-importlog-importtext.sql | 22 +++++++++++++++++++++- .../h2/3.915-0-dataAcquisition-dataProcessing.sql | 22 +++++++++++++++++++++- .../migration/workingDb/h2/3.915-1-echotypeId.sql | 20 ++++++++++++++++++++ .../workingDb/h2/3.916-0-gear-icesExport.sql | 22 +++++++++++++++++++++- .../workingDb/pg/3.914-1-importlog-importtext.sql | 22 +++++++++++++++++++++- .../pg/3.915-0-dataAcquisition-dataProcessing.sql | 20 ++++++++++++++++++++ .../migration/workingDb/pg/3.915-1-echotypeId.sql | 20 ++++++++++++++++++++ 8 files changed, 165 insertions(+), 5 deletions(-) diff --git a/echobase-domain/src/main/resources/migration/workingDb/3.914-1-importlog-importtext.sql b/echobase-domain/src/main/resources/migration/workingDb/3.914-1-importlog-importtext.sql index 97f6bf20..e321aaaf 100644 --- a/echobase-domain/src/main/resources/migration/workingDb/3.914-1-importlog-importtext.sql +++ b/echobase-domain/src/main/resources/migration/workingDb/3.914-1-importlog-importtext.sql @@ -1 +1,21 @@ -alter table importlog alter column importtext VARCHAR(2147483647); \ No newline at end of file +--- +-- #%L +-- EchoBase :: Domain +-- %% +-- Copyright (C) 2011 - 2020 Ifremer, Codelutin +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- +alter table importlog alter column importtext VARCHAR(2147483647); diff --git a/echobase-domain/src/main/resources/migration/workingDb/h2/3.914-1-importlog-importtext.sql b/echobase-domain/src/main/resources/migration/workingDb/h2/3.914-1-importlog-importtext.sql index 97f6bf20..e321aaaf 100644 --- a/echobase-domain/src/main/resources/migration/workingDb/h2/3.914-1-importlog-importtext.sql +++ b/echobase-domain/src/main/resources/migration/workingDb/h2/3.914-1-importlog-importtext.sql @@ -1 +1,21 @@ -alter table importlog alter column importtext VARCHAR(2147483647); \ No newline at end of file +--- +-- #%L +-- EchoBase :: Domain +-- %% +-- Copyright (C) 2011 - 2020 Ifremer, Codelutin +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- +alter table importlog alter column importtext VARCHAR(2147483647); diff --git a/echobase-domain/src/main/resources/migration/workingDb/h2/3.915-0-dataAcquisition-dataProcessing.sql b/echobase-domain/src/main/resources/migration/workingDb/h2/3.915-0-dataAcquisition-dataProcessing.sql index f8ceb188..57f914aa 100644 --- a/echobase-domain/src/main/resources/migration/workingDb/h2/3.915-0-dataAcquisition-dataProcessing.sql +++ b/echobase-domain/src/main/resources/migration/workingDb/h2/3.915-0-dataAcquisition-dataProcessing.sql @@ -1,7 +1,27 @@ +--- +-- #%L +-- EchoBase :: Domain +-- %% +-- Copyright (C) 2011 - 2020 Ifremer, Codelutin +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- alter table dataProcessing drop column transceiverPower; alter table dataProcessing drop column transmitPulseLength; alter table dataProcessing drop column transceiverGainUnits; alter table dataProcessing alter column bandWith rename to bandwidth; alter table dataAcquisition add column bandwidth real; -UPDATE dataAcquisition SET bandwidth = 0; \ No newline at end of file +UPDATE dataAcquisition SET bandwidth = 0; diff --git a/echobase-domain/src/main/resources/migration/workingDb/h2/3.915-1-echotypeId.sql b/echobase-domain/src/main/resources/migration/workingDb/h2/3.915-1-echotypeId.sql index fd66cc28..ed49218b 100644 --- a/echobase-domain/src/main/resources/migration/workingDb/h2/3.915-1-echotypeId.sql +++ b/echobase-domain/src/main/resources/migration/workingDb/h2/3.915-1-echotypeId.sql @@ -1 +1,21 @@ +--- +-- #%L +-- EchoBase :: Domain +-- %% +-- Copyright (C) 2011 - 2020 Ifremer, Codelutin +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- alter table echotype alter column id VARCHAR(255); diff --git a/echobase-domain/src/main/resources/migration/workingDb/h2/3.916-0-gear-icesExport.sql b/echobase-domain/src/main/resources/migration/workingDb/h2/3.916-0-gear-icesExport.sql index 5a864455..e316d3ab 100644 --- a/echobase-domain/src/main/resources/migration/workingDb/h2/3.916-0-gear-icesExport.sql +++ b/echobase-domain/src/main/resources/migration/workingDb/h2/3.916-0-gear-icesExport.sql @@ -1,2 +1,22 @@ +--- +-- #%L +-- EchoBase :: Domain +-- %% +-- Copyright (C) 2011 - 2020 Ifremer, Codelutin +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- alter table gear add column icesExport boolean; -update gear set icesExport=true; \ No newline at end of file +update gear set icesExport=true; diff --git a/echobase-domain/src/main/resources/migration/workingDb/pg/3.914-1-importlog-importtext.sql b/echobase-domain/src/main/resources/migration/workingDb/pg/3.914-1-importlog-importtext.sql index 5a40f503..e3da8800 100644 --- a/echobase-domain/src/main/resources/migration/workingDb/pg/3.914-1-importlog-importtext.sql +++ b/echobase-domain/src/main/resources/migration/workingDb/pg/3.914-1-importlog-importtext.sql @@ -1 +1,21 @@ -alter table importlog alter column importtext TYPE TEXT; \ No newline at end of file +--- +-- #%L +-- EchoBase :: Domain +-- %% +-- Copyright (C) 2011 - 2020 Ifremer, Codelutin +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- +alter table importlog alter column importtext TYPE TEXT; diff --git a/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-0-dataAcquisition-dataProcessing.sql b/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-0-dataAcquisition-dataProcessing.sql index b4cbdcfb..c151c587 100644 --- a/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-0-dataAcquisition-dataProcessing.sql +++ b/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-0-dataAcquisition-dataProcessing.sql @@ -1,3 +1,23 @@ +--- +-- #%L +-- EchoBase :: Domain +-- %% +-- Copyright (C) 2011 - 2020 Ifremer, Codelutin +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- alter table dataProcessing drop column transceiverPower; alter table dataProcessing drop column transmitPulseLength; alter table dataProcessing drop column transceiverGainUnits; diff --git a/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-1-echotypeId.sql b/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-1-echotypeId.sql index 78f3c37e..b0e136ad 100644 --- a/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-1-echotypeId.sql +++ b/echobase-domain/src/main/resources/migration/workingDb/pg/3.915-1-echotypeId.sql @@ -1 +1,21 @@ +--- +-- #%L +-- EchoBase :: Domain +-- %% +-- Copyright (C) 2011 - 2020 Ifremer, Codelutin +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero 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 Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- alter table echotype alter column id TYPE VARCHAR(255); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.