Versions Compared

Key

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

...

UPDATE folio_circulation.loan__t__ 
SET user_id = NULL
WHERE __current = FALSE
AND user_id IS NOT NULL
;

Current and Historical Request data to be purged

-request data is not attached to fines, fees, or loans

...