diff --git a/internal/db/schema/migrations/oss/postgres/71/12_session_recording_views.up.sql b/internal/db/schema/migrations/oss/postgres/71/12_session_recording_views.up.sql index f4baed783b..5c2ed6fa6f 100644 --- a/internal/db/schema/migrations/oss/postgres/71/12_session_recording_views.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/12_session_recording_views.up.sql @@ -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,