diff --git a/core/modules/views/views.install b/core/modules/views/views.install index 37d03b6..81d3aec 100644 --- a/core/modules/views/views.install +++ b/core/modules/views/views.install @@ -363,3 +363,19 @@ function views_update_8005() { /** * @} End of "addtogroup updates-8.1.0". */ + +/** + * @addtogroup updates-8.2.0 + * @{ + */ + +/** + * Clear views data cache. + */ +function views_update_8006() { + // Empty update function to rebuild the views data. +} + +/** + * @} End of "addtogroup updates-8.2.0". + */