summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2002-02-21 21:43:57 +0000
committerivan <ivan>2002-02-21 21:43:57 +0000
commit0ef5eb21cd3c5ed66216bc986c59a33383da746c (patch)
tree818e8c5ab6e9b1f2b12d338c5007eeb4ac048d8a /bin
parent3ee9cf763ae85effac0e99f9b09a080cfd29af6c (diff)
looks like statustext field is missing NULL flag in fs-setup
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fs-setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index 48d28c6f0..708bb9cd6 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.78 2002-02-20 01:03:09 ivan Exp $
+# $Id: fs-setup,v 1.79 2002-02-21 21:43:57 ivan Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -856,7 +856,7 @@ sub tables_hash_hack {
'job', 'text', '', '',
'_date', 'int', '', '',
'status', 'varchar', '', $char_d,
- 'statustext', 'text', '', '',
+ 'statustext', 'text', NULL, '',
'svcnum', 'int', '', '',
],
'primary_key' => 'jobnum',