|
@@ -76,6 +76,8 @@ class UpdateRoutingIndexCommand extends Command
|
|
|
$sites = $queryBuilder
|
|
$sites = $queryBuilder
|
|
|
->select('organization_id')
|
|
->select('organization_id')
|
|
|
->from('ot_websites')
|
|
->from('ot_websites')
|
|
|
|
|
+ ->where($queryBuilder->expr()->eq('deleted', 0))
|
|
|
|
|
+ ->andWhere($queryBuilder->expr()->gt('organization_id', 0))
|
|
|
->execute()
|
|
->execute()
|
|
|
->fetchAll();
|
|
->fetchAll();
|
|
|
|
|
|