X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Ffs-setup;h=87921d74ee3fd8313b106173d3513b3c828e7591;hb=7c50e5b2a527bf475860d682826b8e7229af1c59;hp=e05d44531c953e7ccd3980345f04b9da80c263fa;hpb=f36b6a178c9811357ff5d5291874aa239d22bc2a;p=freeside.git 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', '', '',