branch develop updated (2ccfb51 -> ce89019)
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 2ccfb51 fixes #6938: [ObServeLL] Revue de la fonctionnalité d'export de marée Merge branch 'feature/6938' into develop new ce89019 refs #6934 mise à jour du topiaversion 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 ce89019c5f5d371c995800be6e313d78a2560c40 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Apr 11 10:53:08 2015 +0200 refs #6934 mise à jour du topiaversion Summary of changes: .../src/main/resources/db/4.0-RC2/clean-program-gear-type-H2.sql | 1 + .../src/main/resources/db/4.0-RC2/clean-program-gear-type-PG.sql | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) -- 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 ce89019c5f5d371c995800be6e313d78a2560c40 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Apr 11 10:53:08 2015 +0200 refs #6934 mise à jour du topiaversion --- .../src/main/resources/db/4.0-RC2/clean-program-gear-type-H2.sql | 1 + .../src/main/resources/db/4.0-RC2/clean-program-gear-type-PG.sql | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/observe-entities/src/main/resources/db/4.0-RC2/clean-program-gear-type-H2.sql b/observe-entities/src/main/resources/db/4.0-RC2/clean-program-gear-type-H2.sql index 42561b2..51e7b20 100644 --- a/observe-entities/src/main/resources/db/4.0-RC2/clean-program-gear-type-H2.sql +++ b/observe-entities/src/main/resources/db/4.0-RC2/clean-program-gear-type-H2.sql @@ -3,4 +3,5 @@ UPDATE observe_common.program set geartype2 = 0 WHERE geartype='seine'; UPDATE observe_common.program set geartype2 = 1 WHERE geartype='longline'; ALTER TABLE observe_common.program DROP COLUMN geartype; ALTER TABLE observe_common.program ALTER COLUMN geartype2 RENAME TO geartype; +UPDATE observe_common.program SET TOPIAVERSION = TOPIAVERSION + 1; diff --git a/observe-entities/src/main/resources/db/4.0-RC2/clean-program-gear-type-PG.sql b/observe-entities/src/main/resources/db/4.0-RC2/clean-program-gear-type-PG.sql index 564f7dc..eaa05c6 100644 --- a/observe-entities/src/main/resources/db/4.0-RC2/clean-program-gear-type-PG.sql +++ b/observe-entities/src/main/resources/db/4.0-RC2/clean-program-gear-type-PG.sql @@ -2,4 +2,5 @@ ALTER TABLE observe_common.program ADD COLUMN geartype2 int; UPDATE observe_common.program set geartype2 = 0 WHERE geartype='seine'; UPDATE observe_common.program set geartype2 = 1 WHERE geartype='longline'; ALTER TABLE observe_common.program DROP COLUMN geartype; -ALTER TABLE observe_common.program RENAME geartype2 TO geartype; \ No newline at end of file +ALTER TABLE observe_common.program RENAME geartype2 TO geartype; +UPDATE observe_common.program SET TOPIAVERSION = TOPIAVERSION + 1; \ 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>.
participants (1)
-
codelutin.com scm