address review

This commit is contained in:
Niko Storni 2023-05-30 19:28:55 +02:00
parent ac3623bb52
commit e2e6d7ace5

View file

@ -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(