Remove extraneous drizzle file

This commit is contained in:
Chris Parsons 2026-04-06 15:34:01 +00:00
parent b19445f2fe
commit 4bcadb0749

View file

@ -1,4 +0,0 @@
ALTER TABLE "playoff_match_games" ADD COLUMN "scheduled_date" date;--> statement-breakpoint
UPDATE "playoff_match_games"
SET "scheduled_date" = DATE("scheduled_at" AT TIME ZONE 'UTC')
WHERE "scheduled_at" IS NOT NULL;