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:
@@ -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;
|
||||||
Reference in New Issue
Block a user