diff --git a/migrations/000.621.sql b/migrations/000.621.sql new file mode 100644 index 0000000..7514152 --- /dev/null +++ b/migrations/000.621.sql @@ -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;