...
column | value | description |
---|---|---|
id | UUID | record unique ID |
pairmerge_candidate_id | UUID | mpi.merge_candidates.id |
person_id | UUID | the person which will be merged |
master_person_id | UUID | the person who will stay active |
status | string | NEW, PROCESSED |
assignee_id | UUID | user, who currently reviews request, for new request it's null |
final_decision | string | null, SPLIT, MERGE, POSTPONE |
inserted_at | DATETIME | |
updated_at | DATETIME | |
inserted_by | ||
updated_by |
...
column | value | description |
---|---|---|
id | UUID | record unique ID |
pairmerge_candidate_id | UUID | mpi.merge_candidates.id |
status | string | NEW, PROCESSED |
assignee_id | UUID | user, who currently reviews request |
inserted_at | DATETIME | |
updated_at | DATETIME | |
decisions | string | NEW, SPLIT, MERGE, TRASH, POSTPONE |
comment | string |
...