From: khoff Date: Wed, 27 Feb 2002 17:07:28 +0000 (+0000) Subject: Should be "CREATE TABLE" not "CREATE INDEX" for part_export_option X-Git-Tag: freeside_1_4_0_pre12~183 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=69f252e5353483662c81b1d6d0e750ae08577649;hp=b717ff208f1593bc7d2021f17fbb63006e66e6ef Should be "CREATE TABLE" not "CREATE INDEX" for part_export_option --- 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,