- update qsearch for Pg 7.3
[freeside.git] / httemplate / docs / upgrade10.html
1 <pre>
2 this is very incomplete
3
4 install NetAddr::IP and Chart
5
6 CREATE TABLE cust_bill_pkg_detail (
7   detailnum serial,
8   pkgnum int NOT NULL,
9   invnum int NOT NULL,
10   detail varchar(80),
11   PRIMARY KEY (detailnum)
12 );
13 CREATE INDEX cust_bill_pkg_detail1 ON cust_bill_pkg_detail ( pkgnum, invnum );
14
15 create all of the new broadband tables
16
17 </pre>