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 dedup  DB.

ERD

Image Added

TABLES

  • manual_merge_candidates


UUID
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_atDATETIMEinserted_byUUIDupdated_by



  • 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

...