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, Branch_5_3 has been updated
       via  14d1214fdc331571942ce92cf46309adecfffb4b (commit)
      from  e593041e11a91c653ec59e9888e790baf4bd4a11 (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 -----------------------------------------------------------------
commit 14d1214fdc331571942ce92cf46309adecfffb4b
Author: Sylvain Beucler <[email protected]>
Date:   Mon Jun 16 14:35:35 2014 +0200

    db_trove_maint.php: fix "value too long for type character varying(255)" 
error

diff --git a/src/CHANGES b/src/CHANGES
index 0da5afa..f44ffdf 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -1,3 +1,6 @@
+Fusionforge-5.3.2:
+* Software map: fix "value too long for type character varying(255)" error in 
cron db_trove_maint.php (Inria)
+
 Fusionforge-5.3.1:
 * Docman: Basic Webdav write mkcol support (TrivialDev)
 * Docman: fix Webdav access in some PHP configurations (Inria)
diff --git a/src/db/20140616-sync-trove_agg-type.sql 
b/src/db/20140616-sync-trove_agg-type.sql
new file mode 100644
index 0000000..4fd9f9b
--- /dev/null
+++ b/src/db/20140616-sync-trove_agg-type.sql
@@ -0,0 +1,5 @@
+-- Use the same field type as group's, from which the value is copied.
+-- Avoid errors like:
+-- SQL> ERROR:  value too long for type character varying(255)
+
+ALTER TABLE trove_agg ALTER COLUMN short_description TYPE text;

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

Summary of changes:
 src/CHANGES                             |    3 +++
 src/db/20140616-sync-trove_agg-type.sql |    5 +++++
 2 files changed, 8 insertions(+)
 create mode 100644 src/db/20140616-sync-trove_agg-type.sql


hooks/post-receive
-- 
FusionForge

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

Reply via email to