update deps; regen ent

This commit is contained in:
2024-08-09 02:14:15 +02:00
parent 8dccbbee84
commit 60619e91e7
5 changed files with 41 additions and 40 deletions

View File

@@ -69,7 +69,7 @@ var (
columnCheck sql.ColumnCheck
)
// columnChecker checks if the column exists in the given table.
// checkColumn 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{