brackt/drizzle/0096_demonic_vulture.sql

5 lines
481 B
MySQL
Raw Permalink Normal View History

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;