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>
1 line
No EOL
87 B
SQL
1 line
No EOL
87 B
SQL
ALTER TABLE "participants" ADD COLUMN "vorp_value" numeric(10, 4) DEFAULT '0' NOT NULL; |