Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ WITH base AS (
client_info.app_channel AS app_channel,
client_info.app_display_version AS app_display_version,
client_info.architecture AS architecture,
client_info.attribution AS attribution,
client_info.device_manufacturer AS device_manufacturer,
client_info.device_model AS device_model,
client_info.distribution AS distribution,
client_info.first_run_date AS first_run_date,
client_info.locale AS locale,
client_info.os AS os,
Expand Down