chore: remove unused fields and tables from prisma schema (#6531)

Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
This commit is contained in:
Matti Nannt
2025-09-12 11:01:03 +02:00
committed by GitHub
parent 96031822a6
commit 839144d338
66 changed files with 440 additions and 733 deletions
-24
View File
@@ -3958,19 +3958,6 @@ components:
- type
default: []
description: The endings of the survey
thankYouCard:
type:
- object
- "null"
properties:
enabled:
type: boolean
message:
type: string
required:
- enabled
- message
description: The thank you card of the survey (deprecated)
hiddenFields:
type: object
properties:
@@ -4302,17 +4289,6 @@ components:
isBackButtonHidden:
type: boolean
description: Whether the back button is hidden
verifyEmail:
type: object
properties:
enabled:
type: boolean
message:
type: string
required:
- enabled
- message
description: Email verification configuration (deprecated)
recaptcha:
type:
- object