1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

fix deletes

This commit is contained in:
Damodar Lohani 2021-11-25 11:11:07 +05:45
parent 7508e9f631
commit 6598aa0f1e

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));