From: Ivan Kohler Date: Wed, 9 Jul 2014 00:44:35 +0000 (-0700) Subject: export_batch.statustext s/varchar/text/, RT#14049 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c6b180c6a3dcd014f781215395bd361f30eae9ed export_batch.statustext s/varchar/text/, RT#14049 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 1b76a23e9..eea43f00f 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -6610,7 +6610,7 @@ sub tables_hashref { 'exportnum', 'int', '', '', '', '', '_date', 'int', '', '', '', '', 'status', 'varchar', 'NULL', 32, '', '', - 'statustext', 'varchar', 'NULL', $char_d, '', '', + 'statustext', 'text', 'NULL', '', '', '', ], 'primary_key' => 'batchnum', 'unique' => [],