#1664 , table city deprecated
This commit is contained in:
parent
b6edcde589
commit
b9c13ac3a3
|
@ -162,10 +162,6 @@ INSERT INTO `vn`.`clientType`(`id`, `code`, `type`)
|
|||
(3, 'handMaking', 'Confección'),
|
||||
(4, 'loses', 'Mermas');
|
||||
|
||||
INSERT INTO `vn`.`city`(`id`, `name`, `provinceFk`)
|
||||
VALUES
|
||||
(1, 'Gotham', 1);
|
||||
|
||||
INSERT INTO `vn`.`cplusTerIdNif`(`id`, `description`)
|
||||
VALUES
|
||||
(1, 'NIF');
|
||||
|
|
Loading…
Reference in New Issue