Browse Source

Remove unused schema

Patrick Barron 2 years ago
parent
commit
921618368b
1 changed files with 0 additions and 1 deletions
  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);