Remove extraneous drizzle file
This commit is contained in:
parent
b19445f2fe
commit
4bcadb0749
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
|
||||||
Loading…
Add table
Reference in a new issue