This commit is contained in:
parent
6a2542758b
commit
53bca1e8a3
|
@ -2821,4 +2821,15 @@ INSERT INTO `vn`.`deviceProductionUser` (`deviceProductionFk`, `userFk`, `create
|
|||
(1, 1, util.VN_NOW()),
|
||||
(3, 3, util.VN_NOW());
|
||||
|
||||
INSERT INTO `vn`.`wagonConfig` (`id`, `width`, `height`, `trayStep`, `minTrayHeight`, `maxTrays`)
|
||||
VALUES
|
||||
(1, 1350, 1900, 50, 200, 6);
|
||||
|
||||
|
||||
INSERT INTO `vn`.`wagonTypeColor` (`id`, `name`, `rgb`)
|
||||
VALUES
|
||||
(1, 'red', '#ff0000'),
|
||||
(2, 'green', '#00ff00'),
|
||||
(3, 'blue', '#0000ff');
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue