diff options
author | ivan <ivan> | 2002-02-22 07:50:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-22 07:50:19 +0000 |
commit | 7738e200fa23a98b3b493d6e47d44615cd64828b (patch) | |
tree | 2da81873861fa533c311b7f8282e72520c9276b5 /bin/fs-setup | |
parent | 8f7906377ca3165cc2a398dfdff30531787d6368 (diff) |
doh
Diffstat (limited to 'bin/fs-setup')
-rwxr-xr-x | bin/fs-setup | 6 |
1 files 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' => [], |