8692 add consent handling for sms and whatsapp to site and klaviyo integration (#548)

* add columns to order

* Fixes

* Updated to correct migration number
This commit is contained in:
Arwid Thornström
2026-04-13 13:11:49 +02:00
committed by GitHub
parent 25d9f5e362
commit 3ba874125e
+3
View File
@@ -0,0 +1,3 @@
-- Description: Add sms and whatsapp consent fields to ordersALTER TABLE orders ADD COLUMN IF NOT EXISTS sms integer NOT NULL DEFAULT 0;
ALTER TABLE orders ADD COLUMN IF NOT EXISTS sms integer NOT NULL DEFAULT 0;
ALTER TABLE orders ADD COLUMN IF NOT EXISTS whatsapp integer NOT NULL DEFAULT 0;