Skip to content

Commit

Permalink
INTG-3202 add seat type to the feed users (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
MickStanciu authored Feb 29, 2024
1 parent 507b560 commit 89350e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SafetyCulture.pq
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ UserType = type table [
firstname = text,
lastname = text,
active = logical,
last_seen_at = nullable datetimezone
last_seen_at = nullable datetimezone,
seat_type = text
];

Expand Down

0 comments on commit 89350e5

Please sign in to comment.