fix deletes

This commit is contained in:
Damodar Lohani
2021-11-25 11:11:07 +05:45
parent 7508e9f631
commit 6598aa0f1e
+1 -1
View File
@@ -412,7 +412,7 @@ class DeletesV1 extends Worker
{
$bucketId = $document->getId();
$this->deleteByGroup('files',[
$this->deleteByGroup($bucketId . '_files',[
new Query('bucketId', Query::TYPE_EQUAL, [$bucketId])
], $this->getExternalDB($projectId));