mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix deletes
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user