Update default function for migration
This commit is contained in:
+1
-1
@@ -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