Files
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

3 lines
164 B
SQL

-- 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;