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 }