Explorar el Código

Remove unused schema

Patrick Barron hace 2 años
padre
commit
921618368b
Se han modificado 1 ficheros con 0 adiciones y 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);