You are here

function computing_update_7006 in Drupal Computing 7

File

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

Code

function computing_update_7006() {
  $schema = drupal_get_schema_unprocessed('computing', 'computing_record');
  db_change_field('computing_record', 'inputjson', 'inputjson', $schema['fields']['inputjson']);
  db_change_field('computing_record', 'outputjson', 'outputjson', $schema['fields']['outputjson']);
}