X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README.1.4.0pre8;h=6872bdd60d173a92a3a8156fed2f4a21e0ea0883;hb=ce32d23f68c3137da0e0c43e14bea90c5eec9635;hp=a6f591b931869d62531c17308b1f3df71c09bdaa;hpb=cf65a8e43320c5db6aa147a14cef1b310c0628b1;p=freeside.git diff --git a/README.1.4.0pre8 b/README.1.4.0pre8 index a6f591b93..6872bdd60 100644 --- a/README.1.4.0pre8 +++ b/README.1.4.0pre8 @@ -53,8 +53,8 @@ CREATE INDEX part_export_option ( option varchar(80) not null, optionvalue text NULL ); -CREATE INDEX part_export_option1 ON part_export ( exportnum ); -CREATE INDEX part_export_option2 ON part_export ( option ); +CREATE INDEX part_export_option1 ON part_export_option ( exportnum ); +CREATE INDEX part_export_option2 ON part_export_option ( option ); ALTER TABLE cust_bill ADD closed char(1) NULL; ALTER TABLE cust_pay ADD closed char(1) NULL;