Skip to content

Commit

Permalink
Fix query (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolubic authored May 22, 2024
1 parent cbac655 commit 9436e52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ features because his role is granted that privilege.
To grant, deny or revoke all privileges use the `ALL PRIVILEGES` construct:

```cypher
GRANT ALL PRIVILEGES FROM <user>;
GRANT ALL PRIVILEGES TO <user>;
```

```cypher
Expand Down

1 comment on commit 9436e52

@vercel
Copy link

@vercel vercel bot commented on 9436e52 May 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-memgraph.vercel.app
documentation-git-main-memgraph.vercel.app
nextra-docs-blush.vercel.app

Please sign in to comment.