Skip to content

Commit

Permalink
fix ambiguous reference of graphid in arches_create_branch_views, re #…
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Aug 23, 2024
1 parent 64bb786 commit 303ba4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class Migration(migrations.Migration):
join node_groups g on g.nodegroupid = n.nodegroupid
where n.nodeid = n.nodegroupid
and g.parentnodegroupid is null
and graphid = model_id
and n.graphid = model_id
loop
perform __arches_create_branch_views(node.nodeid, schema_name, '');
end loop;
Expand Down

0 comments on commit 303ba4b

Please sign in to comment.