You are here

function salesforce_mapping_update_7308 in Salesforce Suite 7.3

Removing the unused 'push_batch' setting per mappings.

File

modules/salesforce_mapping/salesforce_mapping.install, line 712
Install and uninstall instructions for salesforce_mapping.

Code

function salesforce_mapping_update_7308(&$sandbox) {
  entity_info_cache_clear();
  db_drop_field('salesforce_mapping', 'push_batch');
  cache_clear_all('schema', 'cache', TRUE);
}