Skip to content
Snippets Groups Projects
Unverified Commit 347bebaf authored by Maksim Nabokikh's avatar Maksim Nabokikh Committed by GitHub
Browse files

Revert autogenerated columnChecker description (#3528)

parent c6fa4556
Branches
Tags
No related merge requests found
...@@ -78,7 +78,7 @@ var ( ...@@ -78,7 +78,7 @@ var (
columnCheck sql.ColumnCheck 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 { func checkColumn(table, column string) error {
initCheck.Do(func() { initCheck.Do(func() {
columnCheck = sql.NewColumnCheck(map[string]func(string) bool{ columnCheck = sql.NewColumnCheck(map[string]func(string) bool{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment