summaryrefslogtreecommitdiff
path: root/README.1.4.0pre12
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 /README.1.4.0pre12
parent9fd7ef9a57a7eb49c310ae90f080bd0bcb4f1d6d (diff)
further authorize.net description debugging (agent??) and get rid of
bad unique index on cust_bill_event
Diffstat (limited to 'README.1.4.0pre12')
-rw-r--r--README.1.4.0pre121
1 files changed, 1 insertions, 0 deletions
diff --git a/README.1.4.0pre12 b/README.1.4.0pre12
index e8fdd3070..7de0619cc 100644
--- a/README.1.4.0pre12
+++ b/README.1.4.0pre12
@@ -14,6 +14,7 @@ install the FS perl modules and httemplate as per install.html or upgrade8.html
ALTER TABLE cust_bill_event ADD status varchar(80);
ALTER TABLE cust_bill_event ADD statustext text NULL;
UPDATE cust_bill_event SET status = 'done';
+DROP INDEX cust_bill_event1;
CREATE TABLE radius_usergroup (
usergroupnum int primary key,