diff --git a/migrations/000.630.sql b/migrations/000.630.sql new file mode 100644 index 0000000..74838a9 --- /dev/null +++ b/migrations/000.630.sql @@ -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; \ No newline at end of file