[Rt-commit] [rtir] 01/01: Fix a missing word in the instructions

Kevin Falcone falcone at bestpractical.com
Thu Mar 6 12:34:09 EST 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.0.1-releng
in repository rtir.

commit 0932c967dbb185b508e76d37ef837dcde6d84d83
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Mar 6 12:33:46 2014 -0500

    Fix a missing word in the instructions
---
 docs/UPGRADING-3.0 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/UPGRADING-3.0 b/docs/UPGRADING-3.0
index 4d393ce..c10329c 100644
--- a/docs/UPGRADING-3.0
+++ b/docs/UPGRADING-3.0
@@ -20,8 +20,8 @@ improve the performance of the upgrade.
     CREATE INDEX UPGRADE_TRANSACTIONS_NEW ON Transactions(Field,ObjectType, Type, NewReference);
     CREATE INDEX UPGRADE_TRANSACTIONS_OLD on Transactions(Field,ObjectType, Type, OldReference);
 
-These should be removed following a successful since they are unlikely
-to be useful in normal RTIR usage.
+These should be removed following a successful upgrade since they are
+unlikely to be useful in normal RTIR usage.
 
     DROP INDEX UPGRADE_TRANSACTIONS_TYPE ON Transactions;
     DROP INDEX UPGRADE_TRANSACTIONS_NEW ON Transactions;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list