diff options
author | ivan <ivan> | 2006-03-30 14:22:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-03-30 14:22:38 +0000 |
commit | ee8ec98f0161b6fe11a231c7ac44e50811723b99 (patch) | |
tree | b080780e8fc95e8f9f75a6102f6e2bd5d9544916 /README.1.7.0 | |
parent | b9f9a5dc444a66ca138073a0e5229d85569e51b4 (diff) |
move all the schema-updating magic into DBIx::DBSchema
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 |