mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix query
This commit is contained in:
parent
409362e4ff
commit
9f174cc92c
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ class DeleteOldVersions(load.SubsetLoaderPlugin):
|
|||
"select id, is_published from AssetVersion where"
|
||||
" asset.parent.id is \"{}\""
|
||||
" and asset.name is \"{}\""
|
||||
" and version in (\"{}\")"
|
||||
" and version in ({})"
|
||||
).format(
|
||||
asset_ftrack_id,
|
||||
subset_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue