2
0

🦴 Add theme page backbone

This commit is contained in:
Baptiste Arnaud
2021-12-23 09:37:42 +01:00
parent 6ee0647384
commit 30ddb143b4
35 changed files with 784 additions and 87 deletions

View File

@ -0,0 +1,12 @@
/*
Warnings:
- Added the required column `theme` to the `PublicTypebot` table without a default value. This is not possible if the table is not empty.
- Added the required column `theme` to the `Typebot` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "PublicTypebot" ADD COLUMN "theme" JSONB NOT NULL;
-- AlterTable
ALTER TABLE "Typebot" ADD COLUMN "theme" JSONB NOT NULL;