mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
renamed entities_query_by_parent_id to task_entities_query_by_parent_id and modified query
This commit is contained in:
parent
09e29c3d29
commit
be4a25dc60
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ class SyncToAvalonEvent(BaseEvent):
|
|||
)
|
||||
|
||||
# useful for getting all tasks for asset
|
||||
entities_query_by_parent_id = (
|
||||
"select id, name, parent_id, link, custom_attributes from TypedContext"
|
||||
task_entities_query_by_parent_id = (
|
||||
"select id, name, parent_id, type_id from Task"
|
||||
" where project_id is \"{}\" and parent_id in ({})"
|
||||
)
|
||||
entities_name_query_by_name = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue