diff options
Diffstat (limited to 'httemplate/docs/upgrade10.html')
-rw-r--r-- | httemplate/docs/upgrade10.html | 2 |
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) ); |