summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-12-23 08:00:52 +0000
committerivan <ivan>2004-12-23 08:00:52 +0000
commite0ec77941cb7e543f32f6353d9d575d9293f6442 (patch)
tree6453f05f17ad8b6b0cecd32227286b4158504de7 /httemplate
parent34d4866732521a402a95e40c56676afb27adc3e3 (diff)
going with 6 digit misnamed "npa" for now
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/docs/upgrade10.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html
index 9dacf91d8..9e6418bf6 100644
--- a/httemplate/docs/upgrade10.html
+++ b/httemplate/docs/upgrade10.html
@@ -216,7 +216,7 @@ CREATE TABLE rate_prefix (
prefixnum serial NOT NULL,
regionnum int NOT NULL,
countrycode varchar(3) NOT NULL,
- npa varchar(4) NULL,
+ npa varchar(6) NULL,
nxx varchar(3) NULL,
PRIMARY KEY (prefixnum)
);