From: ivan Date: Sun, 6 Dec 2009 19:19:19 +0000 (+0000) Subject: more reasonable sizes for filename, mime type and title, RT#6823 X-Git-Tag: freeside_1_9_2~192 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=552850de6b64247b954449efbaeac7da89b2a938;p=freeside.git more reasonable sizes for filename, mime type and title, RT#6823 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 1f595a846..eaa5a2ec6 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', '', ],