diff --git a/migrations/000.368.sql b/migrations/000.368.sql new file mode 100644 index 0000000..9388b07 --- /dev/null +++ b/migrations/000.368.sql @@ -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;