diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-07-08 17:44:35 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-07-08 17:44:35 -0700 |
commit | c6b180c6a3dcd014f781215395bd361f30eae9ed (patch) | |
tree | a628e4bd45c43da2eeaa092066696870b867e375 | |
parent | 92a1c8645232c0d4df0552f883d21aea185c122a (diff) |
export_batch.statustext s/varchar/text/, RT#14049
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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' => [], |