9043 Move to 630.sql (#556)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
-- This applies only for us orders that have legal_entity = photowall_inc
|
||||||
|
-- In other cases, the value is null which means -> not applicable
|
||||||
|
ALTER TABLE orders ADD COLUMN inter_company_price numeric NULL DEFAULT NULL;
|
||||||
|
ALTER TABLE orders ADD COLUMN inter_company_price_reason JSONB NULL DEFAULT NULL;
|
||||||
Reference in New Issue
Block a user