mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
addJoinCollection
This commit is contained in:
+4
-1
@@ -107,7 +107,10 @@ class XList extends Action
|
||||
throw new Exception($this->getParentNotFoundException(), params: [$join->getCollection()]);
|
||||
}
|
||||
|
||||
$join->setCollection('database_' . $database->getSequence() . '_collection_' . $col->getSequence());
|
||||
$collectionTableId = 'database_' . $database->getSequence() . '_collection_' . $col->getSequence();
|
||||
|
||||
$join->setCollection($collectionTableId);
|
||||
$dbForProject->addJoinCollection($collectionTableId);
|
||||
}
|
||||
|
||||
$cursor = Query::getCursorQueries($queries, false);
|
||||
|
||||
Reference in New Issue
Block a user