mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 13:39:39 -05:00
chore: remove unused fields and tables from prisma schema (#6531)
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user