Compare commits

...

1 Commits

Author SHA1 Message Date
review-agent-prime[bot]
10743b953e Edit packages/database/migrations/20240229062232_adds_styling_column_to_product_model/migration.sql 2024-03-04 16:40:25 +00:00

View File

@@ -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;