Update default function for migration

This commit is contained in:
JPVenson
2026-05-22 14:38:19 +00:00
parent 6de99306ec
commit f1137a9587

View File

@@ -16,7 +16,7 @@ namespace Jellyfin.Server.Implementations.Migrations
type: "TEXT",
maxLength: 255,
nullable: false,
defaultValue: "(UPPER([Username]))");
defaultValueSql: "(UPPER([Username]))");
}
/// <inheritdoc />