P5-7130 Add width_mm and height_mm order row fields (#213)

This commit is contained in:
fredrikphotowall
2021-04-19 09:22:29 +02:00
committed by GitHub
parent b0bc08c3c7
commit cb40f864b4
+5
View File
@@ -0,0 +1,5 @@
-- P5-7130 Add width_mm and height_mm order row fields
INSERT INTO "order-row_fields" (fieldid, name) VALUES
(161, 'width_mm'),
(162, 'height_mm');