summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2002-05-15 13:24:26 +0000
committerivan <ivan>2002-05-15 13:24:26 +0000
commiteb7c552dd8290d6b33a4e026c5dc21ebf01105cf (patch)
treef4e307c94039085b55bd2c416e78824cabe52911 /bin
parentce119821d508611bce8d2c62c3faec237faa6612 (diff)
queue dependancies
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fs-setup13
1 files changed, 12 insertions, 1 deletions
diff --git a/bin/fs-setup b/bin/fs-setup
index e05d44531..87921d74e 100755
--- a/bin/fs-setup
+++ b/bin/fs-setup
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: fs-setup,v 1.90 2002-05-04 15:00:18 ivan Exp $
+# $Id: fs-setup,v 1.91 2002-05-15 13:24:24 ivan Exp $
#to delay loading dbdef until we're ready
BEGIN { $FS::Record::setup_hack = 1; }
@@ -933,6 +933,17 @@ sub tables_hash_hack {
'index' => [ [ 'jobnum' ] ],
},
+ 'queue_depend' => {
+ 'columns' => [
+ 'dependnum', 'int', '', '',
+ 'jobnum', 'int', '', '',
+ 'depend_jobnum', 'int', '', '',
+ ],
+ 'primary_key' => 'dependnum',
+ 'unique' => [],
+ 'index' => [ [ 'jobnum' ], [ 'depend_jobnum' ] ],
+ },
+
'export_svc' => {
'columns' => [
'exportsvcnum' => 'int', '', '',