Should be "CREATE TABLE" not "CREATE INDEX" for part_export_option
authorkhoff <khoff>
Wed, 27 Feb 2002 17:07:28 +0000 (17:07 +0000)
committerkhoff <khoff>
Wed, 27 Feb 2002 17:07:28 +0000 (17:07 +0000)
httemplate/docs/upgrade8.html

index e110416..3edf425 100644 (file)
@@ -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,