diff options
author | ivan <ivan> | 2003-04-01 08:03:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-04-01 08:03:22 +0000 |
commit | 94494835be39e34474d8564a8cde9fdd389fcdbe (patch) | |
tree | f838dc7108160dc8fbfcc70f3ec5cbc37a150faf /httemplate/docs/upgrade10.html | |
parent | 26deea8eb085dcb06295e6795f72f2844bcd3fe1 (diff) |
- update qsearch for Pg 7.3
- preliminary 1.5.0 upgrade docs
- syntax error in main customer view
Diffstat (limited to 'httemplate/docs/upgrade10.html')
-rw-r--r-- | httemplate/docs/upgrade10.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html index 7aa26f698..6c4fe0c37 100644 --- a/httemplate/docs/upgrade10.html +++ b/httemplate/docs/upgrade10.html @@ -1,5 +1,8 @@ +<pre> this is very incomplete +install NetAddr::IP and Chart + CREATE TABLE cust_bill_pkg_detail ( detailnum serial, pkgnum int NOT NULL, @@ -9,3 +12,6 @@ CREATE TABLE cust_bill_pkg_detail ( ); CREATE INDEX cust_bill_pkg_detail1 ON cust_bill_pkg_detail ( pkgnum, invnum ); +create all of the new broadband tables + +</pre> |