Files
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

4 lines
224 B
SQL

-- 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;