function views_schema_6013

Same name in other branches
  1. 7.x-3.x views.install \views_schema_6013()
1 call to views_schema_6013()
views_schema_6300 in ./views.install

File

./views.install, line 524

Code

function views_schema_6013() {
    $schema = views_schema(__FUNCTION__);
    $schema['views_view']['fields']['core'] = array(
        'type' => 'int',
        'default' => 0,
        'description' => 'Stores the drupal core version of the view.',
    );
    return $schema;
}