9043 Move to 630.sql (#556)

This commit is contained in:
lucianfilote-photowall
2026-05-11 10:40:01 +02:00
committed by GitHub
parent 1388e869ae
commit 52ec67eb5e
+4
View File
@@ -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;