Skip to content

Commit

Permalink
Update server/backend/migration/20231003000000.go
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Elsinga <frank@elsinga.de>
  • Loading branch information
tobiasjungmann and CommanderStorm authored Oct 5, 2023
1 parent 7e8ffc1 commit c503612
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/backend/migration/20231003000000.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ func setNameTagOptions(db *gorm.DB) {
fields := log.Fields{"en": v.TagNameEnglish, "de": v.TagNameGerman}
log.WithError(err).WithFields(fields).Error("Error while creating tag")
}
parentId = parent.DishNameTagOption

addCanBeIncluded(parentId, db, v)
addNotIncluded(parentId, db, v)
addCanBeIncluded(parent.DishNameTagOption, db, v)
addNotIncluded(parent.DishNameTagOption, db, v)
}
}

Expand Down

0 comments on commit c503612

Please sign in to comment.