mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 10:40:24 +01:00
update db migration
This commit is contained in:
@@ -18,7 +18,8 @@ namespace MediaBrowser.Server.Startup.Common.Migrations
|
||||
|
||||
public void Run()
|
||||
{
|
||||
if (_config.Configuration.MigrationVersion < CleanDatabaseScheduledTask.MigrationVersion)
|
||||
if (_config.Configuration.MigrationVersion < CleanDatabaseScheduledTask.MigrationVersion &&
|
||||
_config.Configuration.IsStartupWizardCompleted)
|
||||
{
|
||||
_taskManager.SuspendTriggers = true;
|
||||
CleanDatabaseScheduledTask.EnableUnavailableMessage = true;
|
||||
|
||||
Reference in New Issue
Block a user