mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-26 03:35:38 -05:00
Add Onboarding Survey after User-Signup (#193)
* add onboarding survey after user signup * add user flag finishedOnboarding to database and session * fix submission capture endpoint to allow customer property update --------- Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: knugget <johannes@knugget.de>
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "User" ADD COLUMN "finishedOnboarding" BOOLEAN NOT NULL DEFAULT false;
|
||||
@@ -164,4 +164,5 @@ model User {
|
||||
organisations Membership[]
|
||||
accounts Account[]
|
||||
apiKeys ApiKey[]
|
||||
finishedOnboarding Boolean @default(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user