mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
4 lines
152 B
SQL
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;
|