fix(schema): Add missing endpoint column to session recording view

pull/3254/head
Timothy Messier 3 years ago
parent f64f03ed46
commit 61a37ef4a4
No known key found for this signature in database
GPG Key ID: EFD2F184F7600572

@ -33,6 +33,7 @@ select
rs.end_time,
rs.state,
rs.error_details,
rs.endpoint,
sb.scope_id as storage_bucket_scope_id,
-- fields that cover the user fields at creation time
uh.public_id as user_history_public_id,

Loading…
Cancel
Save