Skip to content

Commit

Permalink
feat: improve match creation
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalist committed Feb 3, 2024
1 parent 0f833ef commit 873ef6e
Show file tree
Hide file tree
Showing 29 changed files with 2,219 additions and 289 deletions.
2 changes: 2 additions & 0 deletions drizzle/0009_tearful_whiplash.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "league" DROP COLUMN IF EXISTS "maxScorePerMatch";--> statement-breakpoint
ALTER TABLE "league" DROP COLUMN IF EXISTS "allowDraws";
1 change: 1 addition & 0 deletions drizzle/0010_light_grim_reaper.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "league" ADD COLUMN "maxScorePerMatch" integer DEFAULT 0 NOT NULL;
Loading

0 comments on commit 873ef6e

Please sign in to comment.