You are here

function views_update_6 in Views (for Drupal 7) 5

File

./views.install, line 374

Code

function views_update_6() {
  $ret = array();
  db_add_column($ret, 'view_tablefield', 'options', 'varchar(255)');
  return $ret;
}