Remove legacy method

This commit is contained in:
kodumbeats
2021-10-07 14:44:14 -04:00
parent 6373c4f92d
commit 1f031f1187
-1
View File
@@ -1142,7 +1142,6 @@ App::delete('/v1/database/collections/:collectionId/attributes/:attributeId')
$attribute = $dbForInternal->updateDocument('attributes', $attribute->getId(), $attribute->setAttribute('status', 'deleting'));
}
$dbForInternal->purgeDocument('collections', $collectionId);
$dbForInternal->deleteCachedDocument('collections', $collectionId);
$database