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

Franck VILLAUME nerville at fusionforge.org
Tue Apr 5 10:48:02 CEST 2011


Author: nerville
Date: 2011-04-05 10:48:02 +0200 (Tue, 05 Apr 2011)
New Revision: 13026

Modified:
   trunk/src/db/20110405-forum_attachment_fix-bug284.sql
Log:
complete fix bug 284

Modified: trunk/src/db/20110405-forum_attachment_fix-bug284.sql
===================================================================
--- trunk/src/db/20110405-forum_attachment_fix-bug284.sql	2011-04-05 08:47:30 UTC (rev 13025)
+++ trunk/src/db/20110405-forum_attachment_fix-bug284.sql	2011-04-05 08:48:02 UTC (rev 13026)
@@ -1,3 +1,7 @@
 alter table forum_attachment alter column mimetype type text;
 alter table forum_attachment alter column mimetype set default 'application/octet-stream';
+alter table forum_attachment_type alter column mimetype type text;
+alter table forum_attachment_type alter column mimetype set default 'application/octet-stream';
+alter table forum_pending_attachment alter column mimetype type text;
+alter table forum_pending_attachment alter column mimetype set default 'application/octet-stream';
 




More information about the Fusionforge-commits mailing list