brackt/drizzle/0052_new_warbird.sql

2 lines
274 B
MySQL
Raw Normal View History

2026-03-18 22:54:01 -07:00
ALTER TABLE "sports_seasons" ADD COLUMN IF NOT EXISTS "is_draftable" boolean DEFAULT true NOT NULL;--> statement-breakpoint
CREATE UNIQUE INDEX IF NOT EXISTS "team_standings_snapshots_unique" ON "team_standings_snapshots" USING btree ("team_id","season_id","snapshot_date");