summaryrefslogtreecommitdiff
path: root/README.1.7.0
diff options
context:
space:
mode:
authorivan <ivan>2006-02-18 11:14:21 +0000
committerivan <ivan>2006-02-18 11:14:21 +0000
commitfadaa67e77ad8d5d966e252aba7f193e9e3840e3 (patch)
tree8f425d82a445dd5ba6ed58f316e4b7a6802ef2dc /README.1.7.0
parent6d27649c93f3f83c14611c790281a7b667062fc0 (diff)
CDR schema and class
Diffstat (limited to 'README.1.7.0')
-rw-r--r--README.1.7.019
1 files changed, 19 insertions, 0 deletions
diff --git a/README.1.7.0 b/README.1.7.0
new file mode 100644
index 000000000..834972ae2
--- /dev/null
+++ b/README.1.7.0
@@ -0,0 +1,19 @@
+
+install DBIx::DBSchema 0.29 (or later)
+
+make install-perl-modules
+run "freeside-upgrade username" to uprade your database schema
+
+(if freeside-upgrade hangs, try stopping Apache, all Freeside processes, and
+ anything else connected to your database, especially on older Pg versions)
+
+If you have any records in the cust_tax_exempt table, you *MUST* migrate them
+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.
+
+------
+
+make install-docs
+ (or "make deploy" if you've got everything setup in the Makefile)
+