[Rt-commit] [rtir] 01/01: Update drop index command to reference OCFV table

Jim Brandt jbrandt at bestpractical.com
Mon Aug 19 14:29:16 EDT 2013


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

jbrandt pushed a commit to branch 3.0/fix-upgrade-drop-index-command
in repository rtir.

commit d90458e9a85c27bfb089ffd56d53f49d8fd9f8a8
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Aug 19 14:28:12 2013 -0400

    Update drop index command to reference OCFV table
---
 docs/UPGRADING-3.0 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/UPGRADING-3.0 b/docs/UPGRADING-3.0
index 56ecd2b..a89568f 100644
--- a/docs/UPGRADING-3.0
+++ b/docs/UPGRADING-3.0
@@ -27,7 +27,7 @@ to be useful in normal RTIR usage.
     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;
+    DROP INDEX UPGRADE_OCFV_STATUS ON ObjectCustomFieldValues;
 
 =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