From 005937ae77d21899df432f4923a5fde75ef20414 Mon Sep 17 00:00:00 2001 From: Pascal Fischer <32096965+pascal-fischer@users.noreply.github.com> Date: Thu, 3 Jul 2025 12:56:39 +0200 Subject: [PATCH] Update management/server/migration/migration.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- management/server/migration/migration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/server/migration/migration.go b/management/server/migration/migration.go index d46bc25e6..ecfacb5a0 100644 --- a/management/server/migration/migration.go +++ b/management/server/migration/migration.go @@ -469,6 +469,6 @@ func MigrateJsonToTable[T any](ctx context.Context, db *gorm.DB, columnName stri return err } - log.WithContext(ctx).Infof("Migration of JSON field %s from table %s into seperte table completed", columnName, tableName) + log.WithContext(ctx).Infof("Migration of JSON field %s from table %s into separate table completed", columnName, tableName) return nil }