Remove distinct statement from export query

[MAILPOET-3505]
This commit is contained in:
Jan Lysý
2021-03-19 14:03:52 +01:00
committed by Veljko V
parent cf4ad30a0d
commit f3a54c0cec

View File

@ -202,7 +202,6 @@ class ImportExportRepository {
return $this->entityManager->getConnection()->createQueryBuilder()
->select("
DISTINCT
{$subscriberTable}.first_name,
{$subscriberTable}.last_name,
{$subscriberTable}.email,