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;