summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-06-21 09:03:47 +0000
committerivan <ivan>2002-06-21 09:03:47 +0000
commit45cf3a8cff466b4731a95e11ff7f4f76aee25d7c (patch)
tree44b11fc216e3e9feac4fe76c458aaa031dc63423 /httemplate
parentfb98e91566e72bc3adb823b706529002af487c09 (diff)
doc
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/docs/upgrade8.html8
1 files changed, 7 insertions, 1 deletions
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 );
<li>Create a service definition with table svc_forward
<li>Run <tt>bin/fs-migrate-svc_acct_sm <i>username</i></tt>
</ul>
+ <li>Or if you just have svc_acct records:
+ <ul>
+ <li>Order and provision a package for your default domain and note down the <b>Service #</b> or <i>svcnum</i>.
+ <li><tt>UPDATE svc_acct SET domsvc = </tt><i>svcnum</i>
+ <li>Update your service definitions to have default (or fixed) <b>domsvc</b>.
+ </ul>
<li>Run <tt>bin/fs-migrate-payref<i>username</i></tt>
<li>Run <tt>bin/fs-migrate-part_svc<i>username</i></tt>
<li><b>After running bin/fs-migrate-payref</b>, apply the following changes to your database: