Versions Compared

Key

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

...

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

ERD

Image Added

TABLES

  • manual_merge_candidates


string
column
value
description
idUUIDrecord unique ID 
pairmerge_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
final_decisionstringvarchar(255)null, SPLIT, MERGE, POSTPONETRASH
inserted_atDATETIME
updated_atDATETIMEinserted_byupdated_by



  • manual_merge_

...

  • requests


string
column
value
description
idUUIDrecord unique ID
pairmanual_merge_candidate_idUUIDmpidedup.manual_merge_candidates.idstatus
NEW, PROCESSEDassignee_idUUIDuser_id, who currently reviews request
inserted_atDATETIME
updated_atDATETIME
decisionsstatusstringNEW, 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

...