Skip to content

Commit

Permalink
Fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhghomon committed Jan 17, 2024
1 parent 00c6d66 commit 6f8aff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/migrations/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ make each ``User`` friends with all of the others:
... };
{default::User {id: d79cb03e-8bc1-11ee-8f28-43fe3f68004c}}
db> update User set {
... friends := detached User filter User.name != .name
... friends := (select detached User filter User.name != .name)
... };
Now what happens if we now want to change ``multi friends`` to an
Expand Down

0 comments on commit 6f8aff1

Please sign in to comment.