chore: release v5.3.9

This commit is contained in:
GitHub Actions
2025-06-09 21:56:25 +00:00
parent 4e085e404a
commit 899da51f06
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
undecided:
- "@calcom/prisma"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@calcom/web",
"version": "5.3.8",
"version": "5.3.9",
"private": true,
"scripts": {
"analyze": "ANALYZE=true next build",
Binary file not shown.
+1 -1
View File
@@ -152,7 +152,7 @@ model EventType {
schedulingType SchedulingType?
schedule Schedule? @relation(fields: [scheduleId], references: [id])
scheduleId Int?
allowReschedulingCancelledBookings Boolean? @default(false)
allowReschedulingCancelledBookings Boolean? @default(false)
// price is deprecated. It has now moved to metadata.apps.stripe.price. Plan to drop this column.
price Int @default(0)
// currency is deprecated. It has now moved to metadata.apps.stripe.currency. Plan to drop this column.