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{