mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-08 19:29:40 -05:00
Add snapshot of user attributes to a response (#403)
* feat: added current person attributes to the user response * feat: added tooltip showing user attributes in response view * fix: switched to using the service layer and added annotations for json field * rename PersonAttributesData to ResponsePersonAttributes to fit current naming scheme --------- Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Response" ADD COLUMN "personAttributes" JSONB;
|
||||
Reference in New Issue
Block a user