Files
database/migrations/000.330.sql
T

6 lines
157 B
SQL

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