Skip to content

Commit

Permalink
feat: add teamsize column
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalist committed Jan 21, 2024
1 parent 7064315 commit 4664514
Show file tree
Hide file tree
Showing 6 changed files with 680 additions and 3 deletions.
1 change: 1 addition & 0 deletions drizzle/0009_far_blob.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "team" ADD COLUMN "teamsize" integer DEFAULT 1 NOT NULL;
Loading

0 comments on commit 4664514

Please sign in to comment.