From: ivan Date: Sat, 14 Jun 2003 02:04:12 +0000 (+0000) Subject: cust_bill2 index X-Git-Tag: freeside_1_5_0pre3~41 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d01e41ec4ca900fb0b782c6d97f549a505f3a719 cust_bill2 index --- diff --git a/httemplate/docs/upgrade9.html b/httemplate/docs/upgrade9.html index c6afe2b0f..24d1cce42 100644 --- a/httemplate/docs/upgrade9.html +++ b/httemplate/docs/upgrade9.html @@ -15,10 +15,11 @@ INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'daytime', 'en_US', 'Day Phone' ); INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 19, 'night', 'en_US', 'Night Phone' ); -
  • Optionally, apply the following changes to your database (performance improvement for large numbers of services or packages): +
  • Optionally, apply the following changes to your database (performance improvements):
     CREATE INDEX part_pkg1 ON part_pkg ( disabled );
     CREATE INDEX part_svc1 ON part_svc ( disabled );
    +CREATE INDEX cust_bill2 ON cust_bill ( _date );
     
  • If you want to use ACH (electronic checks), you will need to make changes to your database. The easiest way to make these changes is to dump your database (with pg_dump), change the payinfo field in the cust_pay, cust_refund, h_cust_pay and h_cust_refund tables from varchar(16) to varchar(80), reload the database from the dump, and run dbdef-create
  • Restart Apache and freeside-queued.