2
0
Files
bot/packages/db/postgresql/migrations/20230220085522_add_version_fields/migration.sql
Baptiste Arnaud debdac12ff Introduce bot v2 in builder (#328)
Also, the new engine is the default for updated typebots for viewer

Closes #211
2023-02-21 15:25:14 +01:00

11 lines
140 B
SQL

-- AlterTable
ALTER TABLE
"PublicTypebot"
ADD
COLUMN "version" TEXT;
-- AlterTable
ALTER TABLE
"Typebot"
ADD
COLUMN "version" TEXT;