Skip to content

Commit

Permalink
Added daily claim streak builder event type
Browse files Browse the repository at this point in the history
  • Loading branch information
Devorein committed Nov 7, 2024
1 parent 5c88130 commit 43cef83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


ALTER TYPE "BuilderEventType" ADD VALUE 'daily_claim';
ALTER TYPE "BuilderEventType" ADD VALUE 'daily_claim_streak';
ALTER TYPE "BuilderEventType" ADD VALUE 'social_quest';

-- AlterTable
Expand Down
1 change: 1 addition & 0 deletions src/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -2848,6 +2848,7 @@ enum BuilderEventType {
proposal_passed
gems_payout
daily_claim
daily_claim_streak
social_quest
}

Expand Down

0 comments on commit 43cef83

Please sign in to comment.