From 07929af0cbd705f658039623cf177ad5d92179bc Mon Sep 17 00:00:00 2001 From: carlosjr Date: Tue, 31 Aug 2021 16:47:27 +0200 Subject: [PATCH] fixed(dua): removed fixtures from duainvoicein as dua has less data on production now --- db/dump/fixtures.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/db/dump/fixtures.sql b/db/dump/fixtures.sql index 71d20e2c3..068fbbc24 100644 --- a/db/dump/fixtures.sql +++ b/db/dump/fixtures.sql @@ -2343,9 +2343,6 @@ INSERT INTO `vn`.`duaInvoiceIn`(`id`, `duaFk`, `invoiceInFk`) (4, 4, 4), (5, 5, 5), (6, 6, 6), - (7, 7, 7), - (8, 8, 8), - (9, 9, 9), (10, 10, 10); INSERT INTO `vn`.`invoiceInTax` (`invoiceInFk`, `taxableBase`, `expenceFk`, `foreignValue`, `taxTypeSageFk`, `transactionTypeSageFk`)