Skip to content

Commit

Permalink
INTG-2724 add unique ID to action feed (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryTranAU authored May 1, 2023
1 parent bc35dbc commit ebab793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SafetyCulture.pq
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ ActionType = type table [
audit_item_label = nullable text,
completed_at = nullable datetimezone,
action_label = nullable text,
asset_id = nullable text
asset_id = nullable text,
unique_id = text
];

ActionAssigneeType = type table [
Expand Down

0 comments on commit ebab793

Please sign in to comment.