#7380 - Substitution field #2677
|
@ -528,7 +528,8 @@ INSERT INTO `vn`.`observationType`(`id`,`description`, `code`)
|
|||
(5, 'Administrative', 'administrative'),
|
||||
(6, 'Weight', 'weight'),
|
||||
(7, 'InvoiceOut', 'invoiceOut'),
|
||||
(8, 'DropOff', 'dropOff');
|
||||
(8, 'DropOff', 'dropOff'),
|
||||
(9, 'Sustitución', 'substitution');
|
||||
|
||||
INSERT INTO `vn`.`addressObservation`(`id`,`addressFk`,`observationTypeFk`,`description`)
|
||||
VALUES
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
INSERT IGNORE INTO vn.observationType (`description`,code)
|
||||
|
||||
VALUES ('Sustitución','substitution');
|
Loading…
Reference in New Issue
si esto fallaba antes..ahora también fallarà no? habría que quitar esta linea
Ahora no falla porque los tests pasan