brackt/drizzle/0074_clammy_tiger_shark.sql
Chris Parsons 30903bec19 feat: add vorp_value column to participants table
Adds vorpValue decimal field to the participants schema to support
VORP (Value Over Replacement Player) calculation and caching.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 01:57:22 +00:00

1 line
No EOL
87 B
SQL

ALTER TABLE "participants" ADD COLUMN "vorp_value" numeric(10, 4) DEFAULT '0' NOT NULL;