summaryrefslogtreecommitdiff
path: root/httemplate/docs/upgrade10.html
blob: 6c4fe0c37bde44411b60ff72a846c354ed1670e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<pre>
this is very incomplete

install NetAddr::IP and Chart

CREATE TABLE cust_bill_pkg_detail (
  detailnum serial,
  pkgnum int NOT NULL,
  invnum int NOT NULL,
  detail varchar(80),
  PRIMARY KEY (detailnum)
);
CREATE INDEX cust_bill_pkg_detail1 ON cust_bill_pkg_detail ( pkgnum, invnum );

create all of the new broadband tables

</pre>