Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_ctl/on_schema_init — English |
Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_ctl/on_schema_init — English |
if old == nil and new ~= nil and new[3] == 'space_name' and new[4] ~= 'vinyl' then
return new:update{{'=', 4, 'vinyl'}}
end
end
box.ctl.on_schema_init(function()
box.space._space:before_replace(function_for_before_replace)
end)
box.cfg{replication='master_uri', ...}