Skip to content

Conversation

@Techno11
Copy link
Contributor

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new database migration to create an event_streams table for tracking streaming information for events across platforms like Twitch and YouTube. The table includes fields for stream metadata and implements row-level security policies.

Key Changes

  • Creates a new stream_platform enum type with 'Twitch' and 'Youtube' values
  • Adds event_streams table with columns for stream metadata (title, platform, channel, URL, start time)
  • Implements three RLS policies for data access control (global permissions, event staff, and AV token)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Techno11 Techno11 merged commit cbc95d8 into main Nov 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants