X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README.1.7.0;h=62d6232c166e0c09b83825671897f1e95f3a7ba6;hb=36693c42cbaca86f6957d5ed6794624810018bb3;hp=834972ae2311164c12b95aa351a2cc13a674f86a;hpb=fadaa67e77ad8d5d966e252aba7f193e9e3840e3;p=freeside.git diff --git a/README.1.7.0 b/README.1.7.0 index 834972ae2..62d6232c1 100644 --- a/README.1.7.0 +++ b/README.1.7.0 @@ -1,5 +1,5 @@ -install DBIx::DBSchema 0.29 (or later) +install DBIx::DBSchema 0.31 (or later) make install-perl-modules run "freeside-upgrade username" to uprade your database schema @@ -12,6 +12,10 @@ to the new cust_tax_exempt_pkg table. An example script to get you started is in bin/fs-migrate-cust_tax_exempt - it may need to be customized for your specific data. +Optional for better zip code report performance: +CREATE INDEX cust_main16 on cust_main ( zip ); +CREATE INDEX cust_main17 on cust_main ( ship_zip ); + ------ make install-docs