From f15a1d52e94dea8219cc6be3e58a3e372131e637 Mon Sep 17 00:00:00 2001
From: Semyon Krestyaninov <krestyaninov@perx.ru>
Date: Tue, 6 May 2025 14:55:43 +0300
Subject: [PATCH] wip

---
 pkg/schema/schema.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/schema/schema.go b/pkg/schema/schema.go
index 3495f3a1..7929b5eb 100644
--- a/pkg/schema/schema.go
+++ b/pkg/schema/schema.go
@@ -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
-- 
GitLab