mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added collector looking for custom attribute values and it's settings
This commit is contained in:
parent
a34f279685
commit
2ce4704a98
4 changed files with 168 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ def query_custom_attributes(
|
|||
output.extend(
|
||||
session.query(
|
||||
(
|
||||
"select value, entity_id from {}"
|
||||
"select value, entity_id, configuration_id from {}"
|
||||
" where entity_id in ({}) and configuration_id in ({})"
|
||||
).format(
|
||||
table_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue