|
|
@@ -673,6 +673,7 @@ class PostgresChunksHandler(Handler):
|
|
|
SET collection_ids = array_append(collection_ids, $1)
|
|
|
WHERE document_id = $2 AND NOT ($1 = ANY(collection_ids));
|
|
|
"""
|
|
|
+ logger.info(query)
|
|
|
return await self.connection_manager.execute_query(
|
|
|
query, (str(collection_id), str(document_id))
|
|
|
)
|