We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b093c87 commit b2d0c0cCopy full SHA for b2d0c0c
doc/reference/reference_lua/box_schema/user_grant.rst
@@ -49,4 +49,4 @@ box.schema.user.grant()
49
box.schema.user.grant('Lena', 'read,write', 'universe')
50
box.schema.user.grant('Lena', 'Accountant')
51
box.schema.user.grant('Lena', 'read,write,execute', 'universe')
52
- box.schema.user.grant('X', 'read', 'universe', nil, {if_not_exists=true}))
+ box.schema.user.grant('X', 'read', 'universe', nil, {if_not_exists=true})
0 commit comments