Merge branch 'maks/fix_noauto_template' into dev
This commit is contained in:
commit
a9264e6447
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func (o *{{$tableNameSingular}}) Update(exec boil.Executor, whitelist ... string
|
|||
{{if eq .DriverName "mssql"}}
|
||||
wl = strmangle.SetComplement(wl, {{$varNameSingular}}ColumnsWithAuto)
|
||||
{{end}}
|
||||
{{- if not .NoAutoTimestamps}}
|
||||
{{if not .NoAutoTimestamps}}
|
||||
if len(whitelist) == 0 {
|
||||
wl = strmangle.SetComplement(wl, []string{"created_at"})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue