mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added type_id to queried attributes
This commit is contained in:
parent
be9e516971
commit
f8b21a7795
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ class SyncEntitiesFactory:
|
|||
" from Project where full_name is \"{}\""
|
||||
)
|
||||
entities_query = (
|
||||
"select id, name, parent_id, link"
|
||||
"select id, name, type_id, parent_id, link"
|
||||
" from TypedContext where project_id is \"{}\""
|
||||
)
|
||||
ignore_custom_attr_key = "avalon_ignore_sync"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue