Remove unused schema
This commit is contained in:
parent
be206d4ff2
commit
921618368b
|
@ -153,7 +153,6 @@ namespace Jellyfin.Server.Implementations
|
|||
{
|
||||
modelBuilder.SetDefaultDateTimeKind(DateTimeKind.Utc);
|
||||
base.OnModelCreating(modelBuilder);
|
||||
modelBuilder.HasDefaultSchema("jellyfin");
|
||||
|
||||
// Configuration for each entity is in it's own class inside 'ModelConfiguration'.
|
||||
modelBuilder.ApplyConfigurationsFromAssembly(typeof(JellyfinDb).Assembly);
|
||||
|
|
Loading…
Reference in New Issue
Block a user