You are here

function views_schema_7301 in Views (for Drupal 7) 7.3

File

./views.install, line 618
Contains install and update functions for Views.

Code

function views_schema_7301() {
  $schema = views_schema(__FUNCTION__);
  $schema['views_view']['fields']['name']['length'] = 128;
  return $schema;
}