CDR schema and class
[freeside.git] / README.1.7.0
1
2 install DBIx::DBSchema 0.29 (or later)
3
4 make install-perl-modules
5 run "freeside-upgrade username" to uprade your database schema
6
7 (if freeside-upgrade hangs, try stopping Apache, all Freeside processes, and
8  anything else connected to your database, especially on older Pg versions)
9
10 If you have any records in the cust_tax_exempt table, you *MUST* migrate them
11 to the new cust_tax_exempt_pkg table.  An example script to get you started is
12 in bin/fs-migrate-cust_tax_exempt - it may need to be customized for your
13 specific data.
14
15 ------
16
17 make install-docs
18  (or "make deploy" if you've got everything setup in the Makefile)
19