Skip to content

Commit

Permalink
Rework for #3866
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan committed Dec 18, 2018
1 parent 00c6f77 commit 792bf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Umbraco.Core/Migrations/Install/DatabaseBuilder.cs
Expand Up @@ -610,7 +610,7 @@ private Result HandleInstallException(Exception ex)
public class Result
{
/// <summary>
/// Gets or sets ... fixme
/// Gets or sets a value indicating whether an upgrade is required.
/// </summary>
public bool RequiresUpgrade { get; set; }

Expand All @@ -625,7 +625,7 @@ public class Result
public bool Success { get; set; }

/// <summary>
/// Gets or sets ... fixme
/// Gets or sets an install progress pseudo-percentage.
/// </summary>
public string Percentage { get; set; }
}
Expand Down

0 comments on commit 792bf40

Please sign in to comment.