refactor fixtures #1620
This commit is contained in:
parent
fb4ce77c01
commit
4bc7d88162
|
@ -1088,10 +1088,6 @@ INSERT INTO `vn2008`.`tblContadores`(`id`,`FechaInventario`)
|
||||||
VALUES
|
VALUES
|
||||||
(1,DATE_ADD(CURDATE(),INTERVAL -1 MONTH));
|
(1,DATE_ADD(CURDATE(),INTERVAL -1 MONTH));
|
||||||
|
|
||||||
INSERT INTO `vn2008`.`Informes` (`Id_Informe`, `Informe`)
|
|
||||||
VALUES
|
|
||||||
('30', 'Generar factura PDF');
|
|
||||||
|
|
||||||
INSERT INTO `vn`.`deliveryMethod`(`id`, `code`, `description`)
|
INSERT INTO `vn`.`deliveryMethod`(`id`, `code`, `description`)
|
||||||
VALUES
|
VALUES
|
||||||
(1, 'AGENCY', 'Agencia'),
|
(1, 'AGENCY', 'Agencia'),
|
||||||
|
|
Loading…
Reference in New Issue