summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorkhoff <khoff>2002-02-27 17:07:28 +0000
committerkhoff <khoff>2002-02-27 17:07:28 +0000
commit69f252e5353483662c81b1d6d0e750ae08577649 (patch)
tree358b753e7ea2ba5e27b7458ae8b2a3c228b6b646 /httemplate/docs
parentb717ff208f1593bc7d2021f17fbb63006e66e6ef (diff)
Should be "CREATE TABLE" not "CREATE INDEX" for part_export_option
Diffstat (limited to 'httemplate/docs')
-rw-r--r--httemplate/docs/upgrade8.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html
index e11041682..3edf425bf 100644
--- a/httemplate/docs/upgrade8.html
+++ b/httemplate/docs/upgrade8.html
@@ -162,7 +162,7 @@ CREATE TABLE part_export (
CREATE INDEX part_export1 ON part_export ( machine );
CREATE INDEX part_export2 ON part_export ( exporttype );
-CREATE INDEX part_export_option (
+CREATE TABLE part_export_option (
optionnum int primary key,
exportnum int not null,
optionname varchar(80) not null,