diff options
Diffstat (limited to 'README.1.4.0pre9')
-rw-r--r-- | README.1.4.0pre9 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.1.4.0pre9 b/README.1.4.0pre9 index fa5c2c0da..8ff1e61f2 100644 --- a/README.1.4.0pre9 +++ b/README.1.4.0pre9 @@ -9,9 +9,8 @@ httemplate/docs/upgrade8.html instead install the FS perl modules and httemplate as per install.html or upgrade8.html -CREATE INDEX cust_pay2 ON cust_pay ( paynum ); -CREATE INDEX cust_pay3 ON cust_pay ( custnum ); -CREATE INDEX cust_pay4 ON cust_pay ( paybatch ); +CREATE INDEX cust_pay2 ON cust_pay ( custnum ); +CREATE INDEX cust_pay3 ON cust_pay ( paybatch ); Run bin/dbdef-create |