This commit is contained in:
GH Action - Upstream Sync
2025-08-12 01:43:57 +00:00
5 changed files with 38 additions and 17 deletions

View File

@@ -65,7 +65,7 @@ attachments_collection = db["attachments"]
try:
agents_collection.create_index(
[("shared_publicly", 1)],
[("shared", 1)],
name="shared_index",
background=True,
)