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