From: ivan Date: Fri, 22 Feb 2002 07:50:19 +0000 (+0000) Subject: doh X-Git-Tag: freeside_1_4_0pre11~16 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7738e200fa23a98b3b493d6e47d44615cd64828b doh --- 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' => [],