function redhen_org_update_7001 in RedHen CRM 7
Delete name field from redhen_org.
File
- modules/
redhen_org/ redhen_org.install, line 366 - Schema and installation hooks for redhen_org module.
Code
function redhen_org_update_7001() {
db_drop_field('redhen_org', 'name');
entity_info_cache_clear();
}