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

Remove legacy method

This commit is contained in:
kodumbeats 2021-10-07 14:44:14 -04:00
parent 6373c4f92d
commit 1f031f1187

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