diff options
author | ivan <ivan> | 2002-02-12 05:58:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-12 05:58:42 +0000 |
commit | 04ccbc0a0d5a09a8522427bcb278fa1b96826d74 (patch) | |
tree | a3e37ebe466e78b6a420e6fb9ee66f615691ea17 /README.1.4.0pre9 | |
parent | 543ed3f877829e4335eda48d7198d2f92d03545e (diff) |
fixes: bug#331
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 |