function views_schema_6014

File

./views.install, line 554

Code

function views_schema_6014() {
    $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;
}