From: ivan Date: Sun, 6 Dec 2009 19:19:17 +0000 (+0000) Subject: more reasonable sizes for filename, mime type and title, RT#6823 X-Git-Tag: root_of_svc_elec_features~636 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e846584edebcd07839105c846f61f52d66edb092 more reasonable sizes for filename, mime type and title, RT#6823 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index d40c7b0d0..7ec64f1b5 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -378,9 +378,9 @@ sub tables_hashref { 'custnum', 'int', '', '', '', '', '_date', @date_type, '', '', 'otaker', 'varchar', '', 32, '', '', - 'filename', 'varchar', '', 32, '', '', - 'mime_type', 'varchar', '', 32, '', '', - 'title', 'varchar', 'NULL', 32, '', '', + 'filename', 'varchar', '', 255, '', '', + 'mime_type', 'varchar', '', $char_d, '', '', + 'title', 'varchar', 'NULL', $char_d, '', '', 'body', 'blob', 'NULL', '', '', '', 'disabled', 'varchar', 'NULL', '10', '', ],