mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 21:41:55 +00:00
5 lines
167 B
SQL
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);
|
|
|