Skip to content

Commit

Permalink
chore: release v4.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 27, 2024
1 parent 558c8be commit b0b93f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/aecb4352.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@calcom/prisma"
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calcom/web",
"version": "4.8.8",
"version": "4.8.9",
"private": true,
"scripts": {
"analyze": "ANALYZE=true next build",
Expand Down
8 changes: 4 additions & 4 deletions packages/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -1619,8 +1619,8 @@ model Attribute {
id String @id @default(uuid())
// This is organization
team Team @relation(fields: [teamId], references: [id], onDelete: Cascade)
team Team @relation(fields: [teamId], references: [id], onDelete: Cascade)
// This is organizationId
teamId Int
Expand All @@ -1646,8 +1646,8 @@ model AttributeToUser {
id String @id @default(uuid())
// This is the membership of the organization
member Membership @relation(fields: [memberId], references: [id], onDelete: Cascade)
member Membership @relation(fields: [memberId], references: [id], onDelete: Cascade)
// This is the membership id of the organization
memberId Int
Expand Down

0 comments on commit b0b93f6

Please sign in to comment.