summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2002-04-16 22:52:14 +0000
committerivan <ivan>2002-04-16 22:52:14 +0000
commit95a40a1b8ebf86c76784c220d0d561f952d934ef (patch)
treeebd8270c7211ff1ece821a55a7a2ab69858aae63 /bin
parent9fd7ef9a57a7eb49c310ae90f080bd0bcb4f1d6d (diff)
further authorize.net description debugging (agent??) and get rid of
bad unique index on cust_bill_event
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 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'] ],
},