mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
update
This commit is contained in:
parent
501411f5b5
commit
fd8b7eb6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ function createAttribute(string $databaseId, string $collectionId, Document $att
|
|||
$dbForProject->purgeCachedDocument('database_' . $db->getInternalId(), $relatedCollection->getId());
|
||||
$dbForProject->purgeCachedCollection('database_' . $db->getInternalId() . '_collection_' . $relatedCollection->getInternalId());
|
||||
}
|
||||
|
||||
var_dump($queueForDatabase);
|
||||
$queueForDatabase
|
||||
->setType(DATABASE_TYPE_CREATE_ATTRIBUTE)
|
||||
->setDatabase($db)
|
||||
|
|
|
|||
Loading…
Reference in a new issue