doh
authorivan <ivan>
Fri, 22 Feb 2002 07:50:19 +0000 (07:50 +0000)
committerivan <ivan>
Fri, 22 Feb 2002 07:50:19 +0000 (07:50 +0000)
bin/fs-setup

index 5ec4204..3ad0bbd 100755 (executable)
@@ -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'      => [],