This commit is contained in:
2025-10-18 12:37:38 -03:00
parent 267a046991
commit 865cb12fbc
5 changed files with 28 additions and 3 deletions

View File

@@ -16,6 +16,6 @@ def get_orgs(user_id: str):
return dyn.collection.query(
# Post-migration (users): rename `orgs` to `ORG`
key=KeyPair(user_id, 'orgs'),
key=KeyPair(user_id, 'orgs#'),
start_key=start_key,
)