summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-10-16 10:15:01 +0000
committerivan <ivan>2004-10-16 10:15:01 +0000
commitdbc6a01ed6a3b4373b01bf985ca735386dd047d4 (patch)
treed3e30bf7d503540d4698f28bcaca7014745c5706 /httemplate
parentbb60bac36854bcd609563dd4b1500bfcdc1449ec (diff)
add artera turbo export
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 8922d198f..6a11324b2 100644
--- a/httemplate/docs/upgrade10.html
+++ b/httemplate/docs/upgrade10.html
@@ -80,7 +80,7 @@ CREATE INDEX acct_snarf1 ON acct_snarf ( svcnum );
CREATE TABLE svc_external (
svcnum int NOT NULL,
- id int NOT NULL,
+ id int,
title varchar(80),
PRIMARY KEY (svcnum)
);