function views_update_6006

File

./views.install, line 387

Code

function views_update_6006() {
    $table = drupal_get_schema_unprocessed('system', 'cache');
    $table['description'] = 'Cache table for views to store pre-rendered queries, results, and display output.';
    $table['fields']['serialized']['default'] = 1;
    db_create_table('cache_views_data', $table);
}