mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 01:57:02 +01:00
Update default function for migration
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Jellyfin.Server.Implementations.Migrations
|
||||
type: "TEXT",
|
||||
maxLength: 255,
|
||||
nullable: false,
|
||||
defaultValue: "(UPPER([Username]))");
|
||||
defaultValueSql: "(UPPER([Username]))");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user