fix collection name

This commit is contained in:
Damodar Lohani
2021-11-25 10:36:48 +05:45
parent 84fd0345cd
commit c8c34d765d
+1 -1
View File
@@ -408,7 +408,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));