diff --git a/core/modules/views/views.install b/core/modules/views/views.install
index 30ac79cf9bd1c2df65037e1d6940684dc60543d7..8801a93bc1a0bc58f51f3a11dc30acb539b8b7be 100644
--- a/core/modules/views/views.install
+++ b/core/modules/views/views.install
@@ -405,6 +405,13 @@ function views_update_8200() {
   // Empty update to cause a cache rebuild so that the container is rebuilt.
 }
 
+/**
+ * Rebuild cache to refresh the views config schema.
+ */
+function views_update_8201() {
+  // Empty update to cause a cache rebuild so that config schema get refreshed.
+}
+
 /**
  * @} End of "addtogroup updates-8.2.0".
  */