Fix foreign key usage
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
d3ce95f7ba
commit
d3a4ddd314
@ -49,7 +49,7 @@ def get_group_cards():
|
||||
print(keys)
|
||||
flt = {
|
||||
"token.uid_hash": {"$exists": True},
|
||||
"inventory.owner.foreign_id": {"$in": keys}
|
||||
"inventory.owner.username": {"$in": keys}
|
||||
}
|
||||
prj = {
|
||||
"inventory.owner": True,
|
||||
|
Loading…
Reference in New Issue
Block a user