Fixed placeholders
This commit is contained in:
parent
ad15668462
commit
f45f98ef03
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ func (o {{$tableNameSingular}}Slice) DeleteAll(exec boil.Executor) error {
|
|||
{{- else -}}
|
||||
startIndex := 1
|
||||
|
||||
if dialect.IndexPlaceholders {
|
||||
if !dialect.IndexPlaceholders {
|
||||
startIndex = 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue