diff options
author | ivan <ivan> | 2002-04-16 22:52:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-16 22:52:14 +0000 |
commit | 95a40a1b8ebf86c76784c220d0d561f952d934ef (patch) | |
tree | ebd8270c7211ff1ece821a55a7a2ab69858aae63 /bin | |
parent | 9fd7ef9a57a7eb49c310ae90f080bd0bcb4f1d6d (diff) |
further authorize.net description debugging (agent??) and get rid of
bad unique index on cust_bill_event
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fs-setup | 4 |
1 files changed, 2 insertions, 2 deletions
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'] ], }, |