2
0

refactor(graph): ♻️ Add Edges table in Typebot

This commit is contained in:
Baptiste Arnaud
2022-01-19 18:54:49 +01:00
parent ab34f95cce
commit 8bbd8977b2
59 changed files with 1118 additions and 991 deletions

View File

@ -110,6 +110,7 @@ model Typebot {
steps Json
choiceItems Json
variables Json
edges Json
theme Json
settings Json
publicId String? @unique
@ -124,6 +125,7 @@ model PublicTypebot {
steps Json
choiceItems Json
variables Json
edges Json
theme Json
settings Json
publicId String? @unique