Skip to content
Snippets Groups Projects
Commit 4a08a9a3 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

gh-637: 'if_not_exists' option for box.schema.*.create()

Implement box.schema.user.create(name, { if_not_exists = true })
box.schema.role.create(name, { if_not_exists = true })
box.schema.func.create(name, { if_not_exists = true })

Add tests.

Fixes gh-637.
parent efee71e2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment