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 2b2c42dab27a4bb29ccf06947ea6e67a8b4a57c3 Merge: 9796dcf 40f1c32 Author: Maven Release <maven-release@codelutin.com> Date: Sat Apr 11 09:07:17 2015 +0000 Merge branch 'release/4.0-RC2' .../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 --cc observe-entities/src/main/resources/db/4.0-RC2/clean-program-gear-type-PG.sql index 8116935,40a51c2..f816e95 --- 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 @@@ -23,4 -23,5 +23,5 @@@ ALTER TABLE observe_common.program ADD 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; + ALTER TABLE observe_common.program RENAME geartype2 TO geartype; -UPDATE observe_common.program SET TOPIAVERSION = TOPIAVERSION + 1; ++UPDATE observe_common.program SET TOPIAVERSION = TOPIAVERSION + 1; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.