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

5 lines
167 B
SQL

-- Add convertion fields to marketing_delivery_products table
ALTER TABLE marketing_delivery_products
ADD COLUMN IF NOT EXISTS weight_per_convertion NUMERIC(15, 3);