Skip to content

Commit ebab793

Browse files
authored
INTG-2724 add unique ID to action feed (#45)
1 parent bc35dbc commit ebab793

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SafetyCulture.pq

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ ActionType = type table [
322322
audit_item_label = nullable text,
323323
completed_at = nullable datetimezone,
324324
action_label = nullable text,
325-
asset_id = nullable text
325+
asset_id = nullable text,
326+
unique_id = text
326327
];
327328

328329
ActionAssigneeType = type table [

0 commit comments

Comments
 (0)