diff options
author | ivan <ivan> | 2001-10-02 20:07:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-10-02 20:07:58 +0000 |
commit | 2a716543d01f3298609b8ac4b1b3fac15ecfb3b1 (patch) | |
tree | e0a95040669557fe105c67a417e1fe65e208bce2 /httemplate | |
parent | 44e51a5c50be350fa698bcdcf86ad5c01a7631a2 (diff) |
doc clarification (?)
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/docs/upgrade8.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index 6be51d664..afb84296e 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -199,8 +199,11 @@ 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 + <li>If you have svc_acct_sm records or service definitions: + <ul> + <li>Create a service definition with table svc_forward + <li>Run bin/fs-migrate-svc_acct_sm + </ul> <li>Run bin/fs-migrate-payref <li>Run bin/fs-migrate-part_svc <li><b>After running bin/fs-migrate-payref</b>, apply the following changes to your database: |