You are here

function node_convert_update_6001 in Node Convert 6

File

./node_convert.install, line 58
The node_convert install file.

Code

function node_convert_update_6001() {
  $ret = array();
  db_change_field($ret, 'node_convert_templates', 'ctid', 'nctid', array(
    'type' => 'serial',
    'unsigned' => TRUE,
    'not null' => TRUE,
  ));
  return $ret;
}