mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 03:14:34 -05:00
Add option to auto-close (#310)
* add option to aut-close a in-app survey --------- Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Survey" ADD COLUMN "autoClose" INTEGER;
|
||||
@@ -173,6 +173,7 @@ model Survey {
|
||||
triggers SurveyTrigger[]
|
||||
attributeFilters SurveyAttributeFilter[]
|
||||
displays Display[]
|
||||
autoClose Int?
|
||||
}
|
||||
|
||||
model Event {
|
||||
|
||||
Reference in New Issue
Block a user