You are here

function views_update_7 in Views (for Drupal 7) 5

File

./views.install, line 380

Code

function views_update_7() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {view_argument} MODIFY type varchar(255)");
  return $ret;
}