🦴 Add settings page backbone
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- Added the required column `settings` to the `PublicTypebot` table without a default value. This is not possible if the table is not empty.
|
||||
- Added the required column `settings` to the `Typebot` table without a default value. This is not possible if the table is not empty.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "PublicTypebot" ADD COLUMN "settings" JSONB NOT NULL;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Typebot" ADD COLUMN "settings" JSONB NOT NULL;
|
Reference in New Issue
Block a user