don't set the default to NULL the string! besides, that's already the default
authorivan <ivan>
Thu, 10 Aug 2006 03:10:00 +0000 (03:10 +0000)
committerivan <ivan>
Thu, 10 Aug 2006 03:10:00 +0000 (03:10 +0000)
value of any nullable column, which @date_type is...

FS/FS/Schema.pm

index 5dac266..e750546 100644 (file)
@@ -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' => [],