Skip to content

Commit

Permalink
Merge branch 'feature/v4' of https://github.com/tidusjar/Ombi into fe…
Browse files Browse the repository at this point in the history
…ature/v4
  • Loading branch information
tidusjar committed Dec 9, 2020
2 parents 8f6ef2c + ce39f20 commit 685b97c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Ombi/Program.cs
Expand Up @@ -64,6 +64,8 @@ public static async Task Main(string[] args)

if (migrate)
{
Console.WriteLine("Migrate in progress...");

var migrationTasks = new List<Task>();
var externalDb = provider.GetRequiredService<ExternalContext>();
var ombiDb = provider.GetRequiredService<OmbiContext>();
Expand All @@ -73,6 +75,7 @@ public static async Task Main(string[] args)

Task.WaitAll(migrationTasks.ToArray());

Console.WriteLine("Migrate complete.");
Environment.Exit(0);
}

Expand Down

0 comments on commit 685b97c

Please sign in to comment.