mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
debug
This commit is contained in:
@@ -207,8 +207,8 @@ function createAttribute(string $databaseId, string $collectionId, Document $att
|
||||
$dbForProject->purgeCachedCollection('database_' . $db->getInternalId() . '_collection_' . $relatedCollection->getInternalId());
|
||||
}
|
||||
|
||||
var_dump('pushing to queue');
|
||||
var_dump($db);
|
||||
var_dump('**pushing to queue**');
|
||||
|
||||
$queueForDatabase
|
||||
->setType(DATABASE_TYPE_CREATE_ATTRIBUTE)
|
||||
->setDatabase($db)
|
||||
|
||||
Reference in New Issue
Block a user