#1664 , table city deprecated

This commit is contained in:
Bernat 2019-09-02 14:58:58 +02:00
parent b6edcde589
commit b9c13ac3a3
1 changed files with 0 additions and 4 deletions

View File

@ -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');