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 026589e commit b8b31c9Copy full SHA for b8b31c9
examples/echo.lua
@@ -5,7 +5,6 @@ box.cfg {
5
6
box.once('grant', function()
7
box.schema.user.grant('guest', 'read,write,execute', 'universe')
8
- box.schema.create_space('tester')
9
end)
10
11
-- Table
0 commit comments