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:
Moritz Rengert
2023-05-29 12:47:10 +02:00
committed by GitHub
parent cda8513410
commit 92ee5529d8
10 changed files with 173 additions and 6 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Survey" ADD COLUMN "autoClose" INTEGER;
+1
View File
@@ -173,6 +173,7 @@ model Survey {
triggers SurveyTrigger[]
attributeFilters SurveyAttributeFilter[]
displays Display[]
autoClose Int?
}
model Event {