From 7738e200fa23a98b3b493d6e47d44615cd64828b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 22 Feb 2002 07:50:19 +0000 Subject: [PATCH] doh --- bin/fs-setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/fs-setup b/bin/fs-setup index 5ec4204da..3ad0bbdf6 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.80 2002-02-21 23:17:06 ivan Exp $ +# $Id: fs-setup,v 1.81 2002-02-22 07:50:19 ivan Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -856,8 +856,8 @@ sub tables_hash_hack { 'job', 'text', '', '', '_date', 'int', '', '', 'status', 'varchar', '', $char_d, - 'statustext', 'text', NULL, '', - 'svcnum', 'int', NULL, '', + 'statustext', 'text', 'NULL', '', + 'svcnum', 'int', 'NULL', '', ], 'primary_key' => 'jobnum', 'unique' => [], -- 2.11.0