From dec7c803523eefbea0bbb49cf0f8ad4a6b621a0a Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 31 May 2018 15:45:07 +0200 Subject: [PATCH] PW-1311 set pricepremium to 0 on all contract_customers --- migrations/000.063.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/000.063.sql diff --git a/migrations/000.063.sql b/migrations/000.063.sql new file mode 100644 index 0000000..9a8c136 --- /dev/null +++ b/migrations/000.063.sql @@ -0,0 +1,3 @@ +-- PW-1311: set pricepremium to 0 on all contract_customers + +UPDATE contract_customers SET pricepremium = 0;