function views_update_6010

Remove the view_php and is_cacheable field.

File

./views.install, line 481

Code

function views_update_6010() {
    db_drop_field('views_view', 'view_php');
    db_drop_field('views_view', 'is_cacheable');
}