Skip to content

Commit c4d59fc

Browse files
authored
INTG-3242 add asset id to the feed schedules (#53)
1 parent d1685a3 commit c4d59fc

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
@@ -281,7 +281,8 @@ ScheduleType = type table [
281281
site_id = nullable text,
282282
template_id = nullable text,
283283
organisation_id = text,
284-
creator_user_id = nullable text
284+
creator_user_id = nullable text,
285+
asset_id = nullable text
285286
];
286287

287288
ScheduleAssigneeType = type table [

0 commit comments

Comments
 (0)