From 9343e73b26d51ecbf65f809607ef49b1cdb646da Mon Sep 17 00:00:00 2001 From: crobibero Date: Mon, 20 Jul 2020 07:45:24 -0600 Subject: Allow migration to optionally run on fresh install --- Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs') diff --git a/Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs b/Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs index b15e09290..6821630db 100644 --- a/Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs +++ b/Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs @@ -48,6 +48,9 @@ namespace Jellyfin.Server.Migrations.Routines /// public string Name => "CreateLoggingConfigHeirarchy"; + /// + public bool PerformOnNewInstall => false; + /// public void Perform() { -- cgit v1.2.3