summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2002-02-21 23:17:06 +0000
committerivan <ivan>2002-02-21 23:17:06 +0000
commit33859df31410294de8c6d775f7e4f892534d4145 (patch)
tree35dec758c1d49a9d79620cd5b363a4e9986b28fe /bin
parent0ef5eb21cd3c5ed66216bc986c59a33383da746c (diff)
queue.svcnum is nullable too, oops
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 708bb9c..5ec4204 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.79 2002-02-21 21:43:57 ivan Exp $
+# $Id: fs-setup,v 1.80 2002-02-21 23:17:06 ivan Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -857,7 +857,7 @@ sub tables_hash_hack {
'_date', 'int', '', '',
'status', 'varchar', '', $char_d,
'statustext', 'text', NULL, '',
- 'svcnum', 'int', '', '',
+ 'svcnum', 'int', NULL, '',
],
'primary_key' => 'jobnum',
'unique' => [],