Files
database/migrations/000.621.sql
T
Arwid ThornströmandGitHub 3ba874125e 8692 add consent handling for sms and whatsapp to site and klaviyo integration (#548)
* add columns to order

* Fixes

* Updated to correct migration number
2026-04-13 13:11:49 +02:00

4 lines
294 B
SQL

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