mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-17 03:21:51 -05:00
Edit packages/database/migrations/20240229062232_adds_styling_column_to_product_model/migration.sql
This commit is contained in:
committed by
GitHub
parent
7a1af85141
commit
10743b953e
@@ -1,2 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Product" ADD COLUMN "styling" JSONB DEFAULT '{"unifiedStyling":true,"allowStyleOverwrite":true,"brandColor":{"light":"#64748b"}}';
|
||||
ALTER TABLE "Product" ADD COLUMN "styling" JSONB;
|
||||
|
||||
Reference in New Issue
Block a user