Skip to content

Commit

Permalink
add daily_commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasey committed Oct 4, 2024
1 parent f8b9400 commit b3ee1e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "GemsReceiptType" ADD VALUE 'daily_commit';
1 change: 1 addition & 0 deletions src/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -2981,6 +2981,7 @@ enum GemsReceiptType {
first_pr
third_pr_in_streak
regular_pr
daily_commit
}

model GemsReceipt {
Expand Down

0 comments on commit b3ee1e8

Please sign in to comment.