You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mike-Popovych
changed the title
(SP:) Migration Task: Remove Fields from Attachments and Update Cooperations
(SP:) Migration Task: Remove Fields from Attachments
Dec 19, 2024
Description
This task involves updating the
attachments
collection in the database. Specifically:resourceType
field to documents in theattachments
collection if it does not already exist.availability
field from theattachments
collection.Tasks
Analyze Data:
resourceType
field and removing theavailability
field from theattachments
collection does not affect dependent functionality.Update
attachments
:attachments
collection:resourceType
field exists.resourceType
field does not exist:"attachments"
or other relevant value).availability
field from the document.Testing:
resourceType
field is added to documents in theattachments
collection where it was missing.availability
field is removed from all documents in theattachments
collection.Code Implementation:
resourceType
field to documents in theattachments
collection if it is missing.availability
field from all documents in theattachments
collection.The text was updated successfully, but these errors were encountered: