function views_update_8002 in Views (for Drupal 7) 8.3
Remove the {views_view} and {views_display} table.
File
- ./
views.install, line 75 - Contains install and update functions for Views.
Code
function views_update_8002() {
db_drop_table('views_view');
db_drop_table('views_display');
}