From 7e8ffc10d34a66e050656616e31823b4f4beb69d Mon Sep 17 00:00:00 2001 From: Tobias Jungmann <32565407+tobiasjungmann@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:59:47 +0200 Subject: [PATCH] Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga --- server/backend/migration/20231003000000.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/backend/migration/20231003000000.go b/server/backend/migration/20231003000000.go index c0c59269..710cfadd 100644 --- a/server/backend/migration/20231003000000.go +++ b/server/backend/migration/20231003000000.go @@ -69,7 +69,7 @@ func addEntriesForCronJob(tx *gorm.DB, cronName string, interval int32) error { } /* -Updates the list of dishtags. +setNameTagOptions updates the list of dishtags. If a tag with the exact german and english name does not exist yet, it will be created. Old tags won't be removed to prevent problems with foreign keys. */