Browse Source

Remove unused schema

Patrick Barron 2 năm trước cách đây
mục cha
commit
921618368b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);