Merge branch 'fix/delivery-order' into feat/open-api-v1

This commit is contained in:
giovanni
2026-04-14 15:30:32 +07:00
14 changed files with 412 additions and 161 deletions
@@ -0,0 +1,3 @@
-- Remove convertion fields from marketing_delivery_products table
ALTER TABLE marketing_delivery_products
DROP COLUMN IF EXISTS weight_per_convertion;
@@ -0,0 +1,4 @@
-- Add convertion fields to marketing_delivery_products table
ALTER TABLE marketing_delivery_products
ADD COLUMN IF NOT EXISTS weight_per_convertion NUMERIC(15, 3);