mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-01 03:33:40 -05:00
Add ability to mark survey as completed after x responses (#395)
* mark survey as completed after x responses
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Survey" ADD COLUMN "autoComplete" INTEGER;
|
||||
@@ -208,6 +208,7 @@ model Survey {
|
||||
displays Display[]
|
||||
autoClose Int?
|
||||
delay Int @default(0)
|
||||
autoComplete Int?
|
||||
}
|
||||
|
||||
model Event {
|
||||
|
||||
Reference in New Issue
Block a user