From a57999aaad32775d8c871f858c061519f64674fb Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 29 Dec 2021 11:55:48 +0100 Subject: [PATCH] unnecessary space --- db/dump/fixtures.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/dump/fixtures.sql b/db/dump/fixtures.sql index 8dc7221d33..a69972f712 100644 --- a/db/dump/fixtures.sql +++ b/db/dump/fixtures.sql @@ -1275,7 +1275,7 @@ INSERT INTO `vn`.`annualAverageInvoiced`(`clientFk`, `invoiced`) INSERT INTO `vn`.`supplierActivity`(`code`, `name`) VALUES ('animals', 'Food and complements for pets'), - ('complements', 'Other complements'), + ('complements', 'Other complements'), ('flowerPlants', 'Wholesale of flowers and plants'), ('vegetablesFruits', 'Fruit and vegetable trade');