diff --git a/posthog/hogql/database/test/__snapshots__/test_database.ambr b/posthog/hogql/database/test/__snapshots__/test_database.ambr index 66eac3ac8e49ee..abca3ce8745ca9 100644 --- a/posthog/hogql/database/test/__snapshots__/test_database.ambr +++ b/posthog/hogql/database/test/__snapshots__/test_database.ambr @@ -236,8 +236,9 @@ "$event_count_map", "$pageview_count", "$autocapture_count", + "$channel_type", "$session_duration", - "$channel_type" + "duration" ] } ], @@ -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": [ @@ -1213,8 +1218,9 @@ "$event_count_map", "$pageview_count", "$autocapture_count", + "$channel_type", "$session_duration", - "$channel_type" + "duration" ] } ], @@ -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": [