From 45cf3a8cff466b4731a95e11ff7f4f76aee25d7c Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 21 Jun 2002 09:03:47 +0000 Subject: [PATCH] doc --- httemplate/docs/upgrade8.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index 11b80e390..8ba3b5baf 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -213,7 +213,7 @@ CREATE TABLE cust_tax_exempt ( ); CREATE UNIQUE INDEX cust_tax_exempt1 ON cust_tax_exempt ( taxnum, year, month ); -ALTER TABLE svc_acct ADD domsvc integer NOT NULL; +ALTER TABLE svc_acct ADD domsvc integer NULL; ALTER TABLE svc_domain ADD catchall integer NULL; ALTER TABLE cust_main ADD referral_custnum integer NULL; ALTER TABLE cust_main ADD comments text NULL; @@ -304,6 +304,12 @@ CREATE INDEX cust_main5 ON cust_main ( ship_company );
  • Create a service definition with table svc_forward
  • Run bin/fs-migrate-svc_acct_sm username +
  • Or if you just have svc_acct records: +
  • Run bin/fs-migrate-payrefusername
  • Run bin/fs-migrate-part_svcusername
  • After running bin/fs-migrate-payref, apply the following changes to your database: -- 2.11.0