X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fupgrade8.html;h=3edf425bf4d5d4c5b2c79b939963bc48e089cd6f;hp=e110416824f62338bb449e06eee649f69e8a88f8;hb=69f252e5353483662c81b1d6d0e750ae08577649;hpb=b717ff208f1593bc7d2021f17fbb63006e66e6ef 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,