X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fdocs%2Fupgrade6.html;h=8e70b5586c4f404ec6e0cefec4b31446988dc1a2;hp=c9cdf331432c2f7395d8eecf9f627d75b72d6822;hb=d220c8a4bfa1aee8f17ed71c2dba655160dd3595;hpb=e446c1f657b37034e1867e82857a1741572da07f diff --git a/htdocs/docs/upgrade6.html b/htdocs/docs/upgrade6.html index c9cdf3314..8e70b5586 100644 --- a/htdocs/docs/upgrade6.html +++ b/htdocs/docs/upgrade6.html @@ -10,6 +10,8 @@
  • If migrating from less than 1.2.2, see these instructions first.
  • If migrating from less than 1.2.3, see these instructions first.
  • Back up your data and current Freeside installation. +
  • Copy the invoice_template file from the conf/ directory in the distribution to your configuration directory. +
  • Install the Text-Template Perl module.
  • Apply the following changes to your database:
     CREATE TABLE domain_record (
    @@ -32,6 +34,10 @@ ALTER TABLE part_svc ADD svc_www__recnum_flag char(1) NULL;
     ALTER TABLE part_svc ADD svc_www__usersvc varchar(80) NULL;
     ALTER TABLE part_svc ADD svc_www__uesrsvc_flag char(1) NULL;
     ALTER TABLE svc_acct CHANGE _password _password varchar(50) NULL;
    +ALTER TABLE svc_acct ADD seconds integer NULL;
    +ALTER TABLE part_svc ADD svc_acct__seconds integer NULL;
    +ALTER TABLE part_svc ADD svc_acct__seconds_flag char(1) NULL;
    +ALTER TABLE prepay_credit ADD seconds integer NULL;
     
     
  • Copy or symlink htdocs to the new copy.