From 347bebafad42d7daabe4633d59189c24f26c8c69 Mon Sep 17 00:00:00 2001
From: Maksim Nabokikh <maksim.nabokikh@flant.com>
Date: Mon, 13 May 2024 23:01:05 +0400
Subject: [PATCH] Revert autogenerated columnChecker description (#3528)

Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
---
 storage/ent/db/ent.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/storage/ent/db/ent.go b/storage/ent/db/ent.go
index dec4be78..da7a8016 100644
--- a/storage/ent/db/ent.go
+++ b/storage/ent/db/ent.go
@@ -78,7 +78,7 @@ var (
 	columnCheck sql.ColumnCheck
 )
 
-// checkColumn checks if the column exists in the given table.
+// columnChecker checks if the column exists in the given table.
 func checkColumn(table, column string) error {
 	initCheck.Do(func() {
 		columnCheck = sql.NewColumnCheck(map[string]func(string) bool{
-- 
GitLab