You are here

function computing_update_7011 in Drupal Computing 7

Add ids1-4.

File

./computing.install, line 146
Drupal Computing installation file.

Code

function computing_update_7011() {
  $schema = drupal_get_schema_unprocessed('computing', 'computing_record');
  db_add_field('computing_record', 'ids1', $schema['fields']['ids1']);
  db_add_field('computing_record', 'ids2', $schema['fields']['ids2']);
  db_add_field('computing_record', 'ids3', $schema['fields']['ids3']);
  db_add_field('computing_record', 'ids4', $schema['fields']['ids4']);
}