mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove unused schema
This commit is contained in:
parent
be206d4ff2
commit
921618368b
@ -153,7 +153,6 @@ namespace Jellyfin.Server.Implementations
|
|||||||
{
|
{
|
||||||
modelBuilder.SetDefaultDateTimeKind(DateTimeKind.Utc);
|
modelBuilder.SetDefaultDateTimeKind(DateTimeKind.Utc);
|
||||||
base.OnModelCreating(modelBuilder);
|
base.OnModelCreating(modelBuilder);
|
||||||
modelBuilder.HasDefaultSchema("jellyfin");
|
|
||||||
|
|
||||||
// Configuration for each entity is in it's own class inside 'ModelConfiguration'.
|
// Configuration for each entity is in it's own class inside 'ModelConfiguration'.
|
||||||
modelBuilder.ApplyConfigurationsFromAssembly(typeof(JellyfinDb).Assembly);
|
modelBuilder.ApplyConfigurationsFromAssembly(typeof(JellyfinDb).Assembly);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user