Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Invalidate the cache for persons_health_previous_cache via the Design Studio UI or using this query (with the human_resources VDB selected)

Code Block
ALTER VIEW persons_health_previous_cache
CACHE INVALIDATE ON CASCADE;

Once the cache is invalidated, run the feed job in the scheduler.

...