diff options
author | ivan <ivan> | 2004-02-13 10:35:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-02-13 10:35:42 +0000 |
commit | 07930a9141f823787a7e9c1e88fef453eb850fc7 (patch) | |
tree | ee7a161f82d926551e0f24f77615a6bb7e0b7b4b /httemplate | |
parent | 0a15826f1acf5a8258ac183518d55ca6e961b162 (diff) |
add svc_forward.src
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/docs/schema.html | 3 | ||||
-rw-r--r-- | httemplate/docs/upgrade10.html | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index 40b211cf9..b38031777 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -373,8 +373,9 @@ <ul> <li>svcnum - <a href="#cust_svc">primary key</a> <li>srcsvc - <a href="#svc_acct">svcnum of the source of this forward</a> + <li>src - literal source (username or full email address) <li>dstsvc - <a href="#svc_acct">svcnum of the destination of this forward</a> - <li>dst - foreign destination (email address) - forward not local to freeside + <li>dst - literal destination (username or full email address) </ul> <li><a name="domain_record" href="man/FS/domain_record.html">domain_record</a> - Domain zone detail <ul> diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html index e98407351..a878495d4 100644 --- a/httemplate/docs/upgrade10.html +++ b/httemplate/docs/upgrade10.html @@ -156,6 +156,8 @@ ALTER TABLE h_part_referral ADD disabled char(1) NULL; CREATE INDEX part_referral1 ON part_referral ( disabled ); ALTER TABLE pkg_svc ADD primary_svc char(1) NULL; ALTER TABLE h_pkg_svc ADD primary_svc char(1) NULL; +ALTER TABLE svc_forward ADD src varchar(255) NULL; +ALTER TABLE h_svc_forward ADD src varchar(255) NULL; dump database, edit: - cust_main: increase otaker from 8 to 32 |