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