From: ivan Date: Sun, 2 Sep 2001 03:20:45 +0000 (+0000) Subject: upgrade X-Git-Tag: freeside_1_4_0pre11~385 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=02b16ae5152826a2dfc3ec9a2e173198e2d013d3 upgrade --- diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index 573db3683..cd537119e 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -177,5 +177,19 @@ ALTER TABLE cust_main ADD COLUMN comments varchar NULL;
  • create a service based on svc_forward
  • Run bin/fs-migrate-svc_acct_sm
  • Run bin/fs-migrate-payref +
  • After running bin/fs-migrate-payref, apply the following changes to your database: + +
    PostgreSQLMySQL, others
    +
    +ALTER TABLE cust_pay RENAME COLUMN invnum TO depreciated;
    +ALTER TABLE cust_refund RENAME COLUMN crednum TO depreciated;
    +
    +
    +
    +ALTER TABLE cust_pay DROP COLUMN invnum;
    +ALTER TABLE cust_refund DROP COLUMN crednum;
    +
    +
    +
  • IMPORTANT: After applying the second set of database changes, run bin/dbdef-create again.
  • create the conf.dbsrc/user_policy as appropriate for your site