You are here

function viewfield_update_6001 in Viewfield 6.2

Same name and namespace in other branches
  1. 6 viewfield.install \viewfield_update_6001()

Update vname fields to varchar(128).

Removed due to error:

See also

viewfield_update_6003()

http://drupal.org/node/1141200

File

./viewfield.install, line 88
Installation functions.

Code

function viewfield_update_6001() {
  $ret = array();
  return $ret;
}