-
Notifications
You must be signed in to change notification settings - Fork 73
Labels
Bad Prod DataBad data in productionBad data in productionBeginner FriendlyIt's great for those just getting started or hoping to improve their skills!It's great for those just getting started or hoping to improve their skills!
Description
We don't want multiple Event::Configurations per Event. So, let's add a unique index on event_configurations.event_id. A Rails validation would also be nice
class Event::Configuration
validates :event, uniqueness: true
endhttps://hcb.hackclub.com/blazer/queries/998-duplicate-event-configuration
Metadata
Metadata
Assignees
Labels
Bad Prod DataBad data in productionBad data in productionBeginner FriendlyIt's great for those just getting started or hoping to improve their skills!It's great for those just getting started or hoping to improve their skills!
Type
Projects
Status
To triage