Remove incorrectly assigned repaid order ids to inquiries (#268)

This commit is contained in:
Fredrik Ringqvist
2022-04-20 08:58:50 +02:00
committed by GitHub
parent 1d7c371dcc
commit a24e11da9a
+2
View File
@@ -0,0 +1,2 @@
-- remove incorrectly assigned repaid order ids
update inquiries set repaid_order_id = null where repaid_order_id is not null and pre_payment_order_row_id is null;