mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-04 11:30:38 -05:00
Merge commit 'ba1a17578f91bae58a938936d120883a38ed34e3' into FBRICKS-332
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"name": "@formbricks/database",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"version": "0.1.0",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Survey" ADD COLUMN "delay" INTEGER NOT NULL DEFAULT 0;
|
||||
@@ -199,6 +199,7 @@ model Survey {
|
||||
attributeFilters SurveyAttributeFilter[]
|
||||
displays Display[]
|
||||
autoClose Int?
|
||||
delay Int @default(0)
|
||||
}
|
||||
|
||||
model Event {
|
||||
|
||||
Reference in New Issue
Block a user