X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fupgrade8.html;h=cd537119eca043a9c38a194ea99d9b368a39a423;hp=573db3683186419d3dbdc7d14ad0d6779f42a9ba;hb=02b16ae5152826a2dfc3ec9a2e173198e2d013d3;hpb=d938dd5cd86b7fd2d9041f929a371a5faf3b18ac 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