Skip to content

Commit 899da51

Browse files
author
GitHub Actions
committed
chore: release v5.3.9
1 parent 4e085e4 commit 899da51

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.yarn/versions/23ae8c6d.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
undecided:
2+
- "@calcom/prisma"

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calcom/web",
3-
"version": "5.3.8",
3+
"version": "5.3.9",
44
"private": true,
55
"scripts": {
66
"analyze": "ANALYZE=true next build",
7 Bytes
Binary file not shown.

packages/prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ model EventType {
152152
schedulingType SchedulingType?
153153
schedule Schedule? @relation(fields: [scheduleId], references: [id])
154154
scheduleId Int?
155-
allowReschedulingCancelledBookings Boolean? @default(false)
155+
allowReschedulingCancelledBookings Boolean? @default(false)
156156
// price is deprecated. It has now moved to metadata.apps.stripe.price. Plan to drop this column.
157157
price Int @default(0)
158158
// currency is deprecated. It has now moved to metadata.apps.stripe.currency. Plan to drop this column.

0 commit comments

Comments
 (0)