From e753f217f426756800b7bafbaf65ffbddf81de2b Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist Date: Thu, 15 Mar 2018 11:18:23 +0100 Subject: [PATCH] P5-2394 Buying Canvas frame do not work on live site --- migrations/000.057.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/000.057.sql diff --git a/migrations/000.057.sql b/migrations/000.057.sql new file mode 100644 index 0000000..0f587c8 --- /dev/null +++ b/migrations/000.057.sql @@ -0,0 +1,3 @@ +-- fix width and height for diy-frame +UPDATE "product-products_fields" SET value = '1540' where productid = 45479 and fieldid = 5; +UPDATE "product-products_fields" SET value = '1125' where productid = 45479 and fieldid = 3;