Skip to content

Commit 4e2f115

Browse files
fix ids
1 parent 1d1f5c1 commit 4e2f115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multi/config.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rawset(_G, 'get_cluster_nodes', get_cluster_nodes)
1313

1414
box.once("init", function()
1515
local s = box.schema.space.create('test', {
16-
id = 517,
16+
id = 617,
1717
if_not_exists = true,
1818
})
1919
s:create_index('primary', {type = 'tree', parts = {1, 'string'}, if_not_exists = true})
@@ -22,7 +22,7 @@ box.once("init", function()
2222
box.schema.user.grant('test', 'read,write,execute', 'universe')
2323

2424
local sp = box.schema.space.create('SQL_TEST', {
25-
id = 521,
25+
id = 621,
2626
if_not_exists = true,
2727
format = {
2828
{name = "NAME0", type = "unsigned"},

0 commit comments

Comments
 (0)