Drop an Index

Use dropIndex to drop an index from an MBO table located on the device database.

/*!
@method 
@throws SUPPersistenceException
*/
+ (void) dropIndex:(NSString*)name withEntity:(SUPEntityMetaDataRBS *)entity;

Example 1

[SKPKSKPKDB dropIndex:newIndex.name withEntity:customerMetaData];