fix: drop player_id FK constraint — bots don't exist in profiles table
tournament_registrations.player_id had FK to profiles(id) which rejected
bot player inserts since bot UUIDs aren't real profiles. Dropped the
constraint so bot testing works.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
Please register or sign in to comment