Remove incorrectly assigned repaid order ids to inquiries (#268)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user