diff --git a/core/modules/views/views.install b/core/modules/views/views.install index 3704712..30ac79c 100644 --- a/core/modules/views/views.install +++ b/core/modules/views/views.install @@ -408,19 +408,3 @@ function views_update_8200() { /** * @} End of "addtogroup updates-8.2.0". */ - -/** - * @addtogroup updates-8.2.x - * @{ - */ - -/** - * Rebuild caches to ensure schema changes are read in. - */ -function views_update_8201() { - // Empty update to cause a cache rebuild so that the schema changes are read. -} - -/** - * @} End of "addtogroup updates-8.2.x". - */ diff --git a/core/modules/views/views.post_update.php b/core/modules/views/views.post_update.php index a4da940..8f4481b 100644 --- a/core/modules/views/views.post_update.php +++ b/core/modules/views/views.post_update.php @@ -237,5 +237,12 @@ function views_post_update_boolean_filter_values() { } /** + * Rebuild caches to ensure schema changes are read in. + */ +function views_post_update_grouped_filters() { + // Empty update to cause a cache rebuild so that the schema changes are read. +} + +/** * @} End of "addtogroup updates-8.2.x". */