diff options
Diffstat (limited to 'README.1.7.0')
-rw-r--r-- | README.1.7.0 | 6 |
1 files changed, 5 insertions, 1 deletions
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 |