This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  1337a2d52f2959fca5063651bd83af848879f2b7 (commit)
      from  9ae560896e4ad356a1ebd4a2af8e18ae232e37f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=1337a2d52f2959fca5063651bd83af848879f2b7

commit 1337a2d52f2959fca5063651bd83af848879f2b7
Author: Franck Villaume <[email protected]>
Date:   Wed Nov 11 16:38:01 2015 +0100

    taskboard plugin: fix SQL alter query

diff --git 
a/src/plugins/taskboard/db/20150607-plugin-taskboard-integer-to-real.sql 
b/src/plugins/taskboard/db/20150607-plugin-taskboard-integer-to-real.sql
index 5b8e358..c599e4d 100644
--- a/src/plugins/taskboard/db/20150607-plugin-taskboard-integer-to-real.sql
+++ b/src/plugins/taskboard/db/20150607-plugin-taskboard-integer-to-real.sql
@@ -1 +1 @@
-alter table plugin_taskboard_releases_snapshots alter column 
completed_man_days real;
+alter table plugin_taskboard_releases_snapshots alter column 
completed_man_days type real;

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/taskboard/db/20150607-plugin-taskboard-integer-to-real.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to