removed some dead code
This commit is contained in:
parent
ad2df4871e
commit
ef7656ae98
1 changed files with 0 additions and 1 deletions
|
@ -441,7 +441,6 @@ def _apply_constraints_for_array_attributes(constraints, attr, cleaner, for_coun
|
|||
any_items -= common_items
|
||||
for item in common_items:
|
||||
index_name = COMMON_TAGS[item]
|
||||
any_queries[f'$any_{attr}_{index_name}'] = item
|
||||
any_queries[f'#_any_{attr}_{index_name}'] = f"""
|
||||
EXISTS(
|
||||
SELECT 1 FROM {attr} INDEXED BY tag_{index_name}_idx WHERE
|
||||
|
|
Loading…
Add table
Reference in a new issue