Explorar o código

Remove unused schema

Patrick Barron %!s(int64=2) %!d(string=hai) anos
pai
achega
921618368b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Jellyfin.Server.Implementations/JellyfinDb.cs

+ 0 - 1
Jellyfin.Server.Implementations/JellyfinDb.cs

@@ -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);