Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 17, 2024
1 parent 4d0e422 commit ae6f382
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions posthog/hogql/database/test/__snapshots__/test_database.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,9 @@
"$event_count_map",
"$pageview_count",
"$autocapture_count",
"$channel_type",
"$session_duration",
"$channel_type"
"duration"
]
}
],
Expand Down Expand Up @@ -661,13 +662,17 @@
"key": "$autocapture_count",
"type": "integer"
},
{
"key": "$channel_type",
"type": "string"
},
{
"key": "$session_duration",
"type": "integer"
},
{
"key": "$channel_type",
"type": "string"
"key": "duration",
"type": "integer"
}
],
"raw_session_replay_events": [
Expand Down Expand Up @@ -1213,8 +1218,9 @@
"$event_count_map",
"$pageview_count",
"$autocapture_count",
"$channel_type",
"$session_duration",
"$channel_type"
"duration"
]
}
],
Expand Down Expand Up @@ -1638,13 +1644,17 @@
"key": "$autocapture_count",
"type": "integer"
},
{
"key": "$channel_type",
"type": "string"
},
{
"key": "$session_duration",
"type": "integer"
},
{
"key": "$channel_type",
"type": "string"
"key": "duration",
"type": "integer"
}
],
"raw_session_replay_events": [
Expand Down

0 comments on commit ae6f382

Please sign in to comment.