function pmperson_update_7101 in Drupal PM (Project Management) 7
Deletes fullname field from the person table (deprecated since 6.x-2.x).
File
- pmperson/
pmperson.install, line 94
Code
function pmperson_update_7101() {
db_drop_field('pmperson', 'fullname');
}