P5-7130 Add width_mm and height_mm order row fields (#213)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user