1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

fix: deletes worker

This commit is contained in:
Torsten Dittmann 2021-12-30 12:21:06 +01:00
parent 4ef7c5c93c
commit a40c91cec5

View file

@ -102,7 +102,7 @@ class DeletesV1 extends Worker
$dbForProject = $this->getProjectDB($projectId);
$dbForProject->deleteCollection($collectionId);
$dbForProject->deleteCollection('collection_' . $collectionId);
$this->deleteByGroup('attributes', [
new Query('collectionId', Query::TYPE_EQUAL, [$collectionId])