Browse Source

Revert autogenerated columnChecker description (#3528)

Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
pull/3484/head^2
Maksim Nabokikh 2 years ago committed by GitHub
parent
commit
347bebafad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      storage/ent/db/ent.go

2
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{

Loading…
Cancel
Save