From 95a40a1b8ebf86c76784c220d0d561f952d934ef Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Apr 2002 22:52:14 +0000 Subject: further authorize.net description debugging (agent??) and get rid of bad unique index on cust_bill_event --- bin/fs-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/fs-setup b/bin/fs-setup index 535408891..211c73fd2 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.87 2002-04-11 22:05:31 ivan Exp $ +# $Id: fs-setup,v 1.88 2002-04-16 22:52:14 ivan Exp $ #to delay loading dbdef until we're ready BEGIN { $FS::Record::setup_hack = 1; } @@ -382,7 +382,7 @@ sub tables_hash_hack { 'statustext', 'text', 'NULL', '', ], 'primary_key' => 'eventnum', - 'unique' => [ [ 'eventpart', 'invnum' ] ], + #no... there are retries now #'unique' => [ [ 'eventpart', 'invnum' ] ], 'index' => [ ['invnum'], ['status'] ], }, -- cgit v1.2.1