Untitled

 avatar
unknown
plain_text
15 days ago
496 B
4
Indexable
INSERT INTO "msil-iot-em-hierarchy-subtype" (id, name, hierarchy_type_id, is_active)
VALUES
(1, 'site_type_1', 1, true),
(2, 'site_type_2', 1, true),
(3, 'plant_type_2', 2, true),
(4, 'plant_type_1', 2, true),
(5, 'location_type_1', 3, true),
(6, 'location_type_2', 3, true),
(7, 'Assembly', 4, true),
(8, 'Machine', 4, true),
(9, 'Weld', 4, true);



INSERT INTO "msil-iot-em-shift" (id, name, is_active)
VALUES
(1, 'Shift A', true),
(2, 'Shift B', true),
(3, 'Shift C', true);
Editor is loading...
Leave a Comment