From: ivan Date: Thu, 10 Aug 2006 03:10:00 +0000 (+0000) Subject: don't set the default to NULL the string! besides, that's already the default X-Git-Tag: BEFORE_RT_3_4_5^2~32 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6495ab5fb29dcdb8233f004b5d60d3d97db058b9;p=freeside.git don't set the default to NULL the string! besides, that's already the default value of any nullable column, which @date_type is... --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 5dac26600..e7505465e 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -543,8 +543,8 @@ sub tables_hashref { 'columns' => [ 'batchnum', 'serial', '', '', '', '', 'status', 'char', 'NULL', 1, '', '', - 'download', @date_type, 'NULL', '', - 'upload', @date_type, 'NULL', '', + 'download', @date_type, '', '', + 'upload', @date_type, '', '', ], 'primary_key' => 'batchnum', 'unique' => [],