From 52ec67eb5e3157f59fdfa358815d29c92d3b05f9 Mon Sep 17 00:00:00 2001 From: lucianfilote-photowall Date: Mon, 11 May 2026 10:40:01 +0200 Subject: [PATCH] 9043 Move to 630.sql (#556) --- migrations/000.630.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 migrations/000.630.sql 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