From 9fed20b8463aff9015e600e9ba07259129b13b1f Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 12 Dec 2017 13:21:27 +0100 Subject: [PATCH] PW-969 fix diy-frame width and height --- migrations/000.051.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/000.051.sql diff --git a/migrations/000.051.sql b/migrations/000.051.sql new file mode 100644 index 0000000..09c033f --- /dev/null +++ b/migrations/000.051.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; \ No newline at end of file