- update qsearch for Pg 7.3
[freeside.git] / httemplate / docs / upgrade10.html
index 7aa26f6..6c4fe0c 100644 (file)
@@ -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>