diff options
author | ivan <ivan> | 2001-08-28 16:58:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-08-28 16:58:08 +0000 |
commit | 5e99168da38e7616fc726242ce7d85e140f22c6f (patch) | |
tree | b253e9fb12bd165ddd7ca8d32731fa947b219c3c /httemplate/docs/upgrade8.html | |
parent | aa7b51c0794f6a61e522fbba978f6c64446d8696 (diff) |
customer-to-customer referrals in singup server
Diffstat (limited to 'httemplate/docs/upgrade8.html')
-rw-r--r-- | httemplate/docs/upgrade8.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index e2bb333d6..dfbe6a253 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -138,6 +138,7 @@ CREATE INDEX cust_main2 ON cust_main ( ship_company ); <pre> ALTER TABLE cust_main ADD COLUMN comments varchar NULL; </pre> + <li>If you are using the signup server, reinstall it according to the <a href="signup.html">instructions</a>. The 1.3.x signup server is not compatible with 1.4.x. <li>Run bin/dbdef-create. <li>create a service based on svc_forward <li>Run bin/fs-migrate-svc_acct_sm |