*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
UPDATE folio_circulation.loan__t__
SET user_id = NULL
WHERE __current = FALSE
AND user_id IS NOT NULL
;...
Historical Request data to be purged
-request data is not attached to fines, fees, or loans
...
-need to update requester id value to NULL on request rows that are not current or request status is Closed for both historic and current rowscurrentÂ
-need to determine whether or not BD and ILL requests need to be considered differently
...