brackt/drizzle/0096_demonic_vulture.sql

5 lines
481 B
MySQL
Raw Normal View History

2026-05-07 11:42:27 -07:00
ALTER TYPE "public"."simulator_type" ADD VALUE 'epl_standings' BEFORE 'snooker_bracket';--> statement-breakpoint
ALTER TABLE "regular_season_standings" ADD COLUMN "table_points" integer;--> statement-breakpoint
ALTER TABLE "regular_season_standings" ADD COLUMN "goals_for" integer;--> statement-breakpoint
ALTER TABLE "regular_season_standings" ADD COLUMN "goals_against" integer;--> statement-breakpoint
ALTER TABLE "regular_season_standings" ADD COLUMN "goal_difference" integer;