From 6495ab5fb29dcdb8233f004b5d60d3d97db058b9 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 10 Aug 2006 03:10:00 +0000 Subject: [PATCH] don't set the default to NULL the string! besides, that's already the default value of any nullable column, which @date_type is... --- FS/FS/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' => [], -- 2.20.1