From 4f0f511ca2215f55d6c57d2c21ce14e4e03be6ac Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist <35255659+fredrikphotowall@users.noreply.github.com> Date: Thu, 2 Sep 2021 11:32:30 +0200 Subject: [PATCH] 218 - Reactivate deleted contract customer (#219) --- migrations/000.333.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 migrations/000.333.sql diff --git a/migrations/000.333.sql b/migrations/000.333.sql new file mode 100644 index 0000000..2867141 --- /dev/null +++ b/migrations/000.333.sql @@ -0,0 +1,4 @@ +-- Issue 218 - reactivate deleted contract customer + +UPDATE contract_customers SET deleted = 0 WHERE contractcustomerid = 365; +