Skip to content
Snippets Groups Projects
Commit f15a1d52 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

wip

parent e886de6f
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ func (s *Schema) Execute(ctx context.Context, exec executor.Executor) (*Schema,
return nil, err
}
var clone = s.Clone(false)
clone := s.Clone(false)
err := executor.Execute(ctx, clone, exec)
if err != nil {
return nil, err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment