function computing_update_7010 in Drupal Computing 7
Add the 'agent' field.
File
- ./
computing.install, line 138 - Drupal Computing installation file.
Code
function computing_update_7010() {
$schema = drupal_get_schema_unprocessed('computing', 'computing_record');
db_add_field('computing_record', 'agent', $schema['fields']['agent']);
}