From 69f252e5353483662c81b1d6d0e750ae08577649 Mon Sep 17 00:00:00 2001 From: khoff Date: Wed, 27 Feb 2002 17:07:28 +0000 Subject: [PATCH] Should be "CREATE TABLE" not "CREATE INDEX" for part_export_option --- httemplate/docs/upgrade8.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.0