Procházet zdrojové kódy

Remove unused schema

Patrick Barron před 2 roky
rodič
revize
921618368b
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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);