ЕСОЗ - публічна документація

Manual merge data structure


Tables which belong to manual merge process are stored in the dedup  DB.

ERD

TABLES

  • manual_merge_candidates
column
value
description
idUUIDrecord unique ID 
merge_candidate_idUUIDmpi.merge_candidates.id
person_idUUIDthe person which will be merged
master_person_idUUIDthe person who will stay active
statusvarchar(255)NEW, PROCESSED
status_reasontextautomate job's comment 
assignee_idUUIDuser_id, who currently reviews request, for new request it's null
decisionvarchar(255)null, SPLIT, MERGE, TRASH
inserted_atDATETIME
updated_atDATETIME
  • manual_merge_requests
column
value
description
idUUIDrecord unique ID
manual_merge_candidate_idUUIDdedup.manual_merge_candidates.id
assignee_idUUIDuser_id, who currently reviews request
inserted_atDATETIME
updated_atDATETIME
statusstringNEW, SPLIT, MERGE, TRASH, POSTPONE
commentstring
  • audit_log
column
value
description
idUUIDrecord unique ID
actor_idUUIDuser_id
resourcestringmanual_merge_process
resource_idUUIDmanual_merge_process.id
changesetjsonb
inserted_atDATETIME

ЕСОЗ - публічна документація