From 04b33042680d73670fa762a1e39c4e3c78d7d122 Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist <35255659+fredrikphotowall@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:29:09 +0200 Subject: [PATCH] Set missing payment_types (#424) --- migrations/000.502.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/000.502.sql diff --git a/migrations/000.502.sql b/migrations/000.502.sql new file mode 100644 index 0000000..149feec --- /dev/null +++ b/migrations/000.502.sql @@ -0,0 +1 @@ +UPDATE orders SET payment_type = 'adyen' WHERE id in (1515458, 1515452, 1514980); \ No newline at end of file