Skip to content

Commit

Permalink
Builder event bonus partner (#363)
Browse files Browse the repository at this point in the history
* Builder event bonus partner

* ci: version bump to 0.84.4-rc-feat-builder-ev.0

---------

Co-authored-by: Automated Version Bump <[email protected]>
  • Loading branch information
Devorein and Automated Version Bump authored Sep 27, 2024
1 parent d202f0e commit 93d1948
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charmverse/core",
"version": "0.84.3",
"version": "0.84.4-rc-feat-builder-ev.0",
"description": "Core API for Charmverse",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "BuilderEvent" ADD COLUMN "bonusPartner" TEXT;
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 @@ model BuilderEvent {
week String
season String
createdAt DateTime @default(now())
bonusPartner String?
githubEventId String? @unique @db.Uuid
githubEvent GithubEvent? @relation(fields: [githubEventId], references: [id], onDelete: SetNull)
gemsPayoutEventId String? @unique @db.Uuid
Expand Down

0 comments on commit 93d1948

Please sign in to comment.