diff options
Diffstat (limited to 'README.1.4.0pre12')
-rw-r--r-- | README.1.4.0pre12 | 1 |
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, |