address review
This commit is contained in:
parent
ac3623bb52
commit
e2e6d7ace5
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ func deleteOneToManyConflictsBeforeMerge(tx boil.Executor, conflict conflictingU
|
|||
for i, column := range conflict.columns {
|
||||
if column == conflict.objectIdColumn {
|
||||
objectIDIndex = i
|
||||
break
|
||||
}
|
||||
}
|
||||
query := fmt.Sprintf(
|
||||
|
|
Loading…
Reference in a new issue