1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Delete collection document from internal collections table

This commit is contained in:
kodumbeats 2021-09-15 14:02:18 -04:00
parent b4ad95747a
commit bfdf6de15f

View file

@ -112,6 +112,8 @@ class DeletesV1 extends Worker
$this->deleteByGroup('indexes', [
new Query('collectionId', Query::TYPE_EQUAL, [$collectionId])
], $dbForInternal);
$dbForInternal->deleteDocument('collections', $collectionId);
}
/**