Skip to content

Commit 4807e18

Browse files
committed
Getting Started: update app
1 parent 1f83fa7 commit 4807e18

File tree

1 file changed

+0
-1
lines changed
  • doc/code_snippets/snippets/config/instances.enabled/create_db

1 file changed

+0
-1
lines changed

doc/code_snippets/snippets/config/instances.enabled/create_db/myapp.lua

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function create_space()
77
})
88
box.space.bands:create_index('primary', { type = "tree", parts = { 'id' } })
99
box.space.bands:create_index('secondary', { type = "tree", parts = { 'band_name' } })
10-
box.schema.user.grant('guest', 'read,write,execute', 'universe')
1110
end
1211

1312
function load_data()

0 commit comments

Comments
 (0)