From f0cb20736bac4b392288ebedce1a586cd13c3cc4 Mon Sep 17 00:00:00 2001 From: Bernat Date: Mon, 25 Jun 2018 12:27:27 +0200 Subject: [PATCH] update fixturs for table clientContact --- services/db/install/dump/fixtures.sql | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/services/db/install/dump/fixtures.sql b/services/db/install/dump/fixtures.sql index 8ed8add42..3f672087d 100644 --- a/services/db/install/dump/fixtures.sql +++ b/services/db/install/dump/fixtures.sql @@ -713,4 +713,12 @@ INSERT INTO `hedera`.`orderRow`(`id`, `orderFk`, `itemFk`, `warehouseFk`, `shipm VALUES ( 1, 1, 1, NULL , NULL , 9, 1.5 , 1, CURDATE(), 1), ( 2, 2, 2, 1 , NULL , 5, 1.23, 2, CURDATE(), 2), - ( 3, 3, 3, 2 , CURDATE(), 3, 0.50, 3, CURDATE(), 3); \ No newline at end of file + ( 3, 3, 3, 2 , CURDATE(), 3, 0.50, 3, CURDATE(), 3); + +INSERT INTO `vn`.`clientContact`(`id`, `clientFk`, `name`, `phone`) + VALUES + ( 1, 101, 'contact 1', 666777888), + ( 2, 101, 'contact 2', 111222333), + ( 3, 101, 'contact 3', 222333444), + ( 4, 102, 'contact 1', 876543219); +