You are here

function views_post_update_grouped_filters in Drupal 8

Rebuild caches to ensure schema changes are read in.

File

core/modules/views/views.post_update.php, line 205
Post update functions for Views.

Code

function views_post_update_grouped_filters() {

  // Empty update to cause a cache rebuild so that the schema changes are read.
}