[Fusionforge-commits] r13021 - trunk/src/db

Franck VILLAUME nerville at fusionforge.org
Tue Apr 5 09:27:06 CEST 2011


Author: nerville
Date: 2011-04-05 09:27:06 +0200 (Tue, 05 Apr 2011)
New Revision: 13021

Added:
   trunk/src/db/20110405-forum_attachment_fix-bug284.sql
Log:
fix bug #284: alter mimetype column to type text

Added: trunk/src/db/20110405-forum_attachment_fix-bug284.sql
===================================================================
--- trunk/src/db/20110405-forum_attachment_fix-bug284.sql	                        (rev 0)
+++ trunk/src/db/20110405-forum_attachment_fix-bug284.sql	2011-04-05 07:27:06 UTC (rev 13021)
@@ -0,0 +1,3 @@
+alter table forum_attachment alter column mimetype type text;
+alter table forum_attachment alter column mimetype set default 'application/octet-stream';
+




More information about the Fusionforge-commits mailing list