Allow migration to optionally run on fresh install

This commit is contained in:
crobibero
2020-07-20 07:45:24 -06:00
parent 41c4cfe0af
commit 9343e73b26
8 changed files with 24 additions and 2 deletions

View File

@@ -17,6 +17,11 @@ namespace Jellyfin.Server.Migrations
/// </summary>
public string Name { get; }
/// <summary>
/// Gets a value indicating whether to perform migration on a new install.
/// </summary>
public bool PerformOnNewInstall { get; }
/// <summary>
/// Execute the migration routine.
/// </summary>