Skip to content

Commit

Permalink
fix: Rename column container_registry_id -> registry_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Nov 11, 2024
1 parent 93ee7e1 commit 1e6c3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/manager/models/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ async def _in_project_scope(
sa.exists().where(
(AssociationContainerRegistriesGroupsRow.group_id == scope.project_id)
& (
AssociationContainerRegistriesGroupsRow.container_registry_id
AssociationContainerRegistriesGroupsRow.registry_id
== ImageRow.registry_id
)
),
Expand Down

0 comments on commit 1e6c3ae

Please sign in to comment.