Files
lti-api/internal/database/migrations/20260414064542_add_field_weight_per_convertion.down.sql
T

4 lines
152 B
SQL

-- Remove convertion fields from marketing_delivery_products table
ALTER TABLE marketing_delivery_products
DROP COLUMN IF EXISTS weight_per_convertion;