[Rt-commit] [rtir] 04/04: Add in the required ON Transactions clause.

Kevin Falcone falcone at bestpractical.com
Thu Jul 25 16:44:24 EDT 2013


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

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

commit 3ca763172120b70dd6fecf66b727e1b5b0774fe6
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Jul 25 16:44:01 2013 -0400

    Add in the required ON Transactions clause.
---
 docs/UPGRADING-3.0 | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/UPGRADING-3.0 b/docs/UPGRADING-3.0
index 9822cc9..56ecd2b 100644
--- a/docs/UPGRADING-3.0
+++ b/docs/UPGRADING-3.0
@@ -24,11 +24,10 @@ improve the performance of the upgrade.
 These should be removed following a successful since they are unlikely
 to be useful in normal RTIR usage.
 
-    DROP INDEX UPGRADE_TRANSACTIONS_TYPE;
-    DROP INDEX UPGRADE_TRANSACTIONS_NEW;
-    DROP INDEX UPGRADE_TRANSACTIONS_OLD;
-    DROP INDEX UPGRADE_OCFV_STATUS;
-
+    DROP INDEX UPGRADE_TRANSACTIONS_TYPE ON Transactions;
+    DROP INDEX UPGRADE_TRANSACTIONS_NEW ON Transactions;
+    DROP INDEX UPGRADE_TRANSACTIONS_OLD ON Transactions;
+    DROP INDEX UPGRADE_OCFV_STATUS ON Transactions;
 
 =head2 Lifecycles
 

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


More information about the Rt-commit mailing list