From c6b180c6a3dcd014f781215395bd361f30eae9ed Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 8 Jul 2014 17:44:35 -0700 Subject: [PATCH] export_batch.statustext s/varchar/text/, RT#14049 --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [], -- 2.11.0