We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11ea3d commit 1b9691dCopy full SHA for 1b9691d
4 files changed
.yarn/versions/1085cfbb.yml
@@ -0,0 +1,2 @@
1
+undecided:
2
+ - "@calcom/prisma"
apps/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@calcom/web",
3
- "version": "5.5.7",
+ "version": "5.5.8",
4
"private": true,
5
"scripts": {
6
"analyze": "ANALYZE=true next build",
packages/prisma/.yarn/ci-cache/install-state.gz
-24 Bytes
packages/prisma/schema.prisma
@@ -130,7 +130,7 @@ model EventType {
130
periodDays Int?
131
periodCountCalendarDays Boolean?
132
lockTimeZoneToggleOnBookingPage Boolean @default(false)
133
- lockedTimeZone String?
+ lockedTimeZone String?
134
requiresConfirmation Boolean @default(false)
135
requiresConfirmationWillBlockSlot Boolean @default(false)
136
requiresConfirmationForFreeEmail Boolean @default(false)
0 commit comments