You are here

function sheetnode_update_6005 in Sheetnode 6

Implementation of hook_update_N().

File

./sheetnode.install, line 319

Code

function sheetnode_update_6005(&$sandbox) {
  $ret = array();
  $schema = sheetnode_schema_6005();
  db_add_field($ret, 'sheetnode_template', 'vid', $schema['sheetnode_template']['fields']['vid']);
  return $ret;
}