summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/Schema.pm4
1 files 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' => [],