Add work on PublishedSnapshotService

This commit is contained in:
Nikolaj
2020-09-15 08:45:40 +02:00
parent 5e17aa3bf1
commit 02828db8fd
52 changed files with 255 additions and 254 deletions

View File

@@ -53,7 +53,7 @@ namespace Umbraco.Web.Install.InstallSteps
if (upgrade)
{
_logger.Info<DatabaseUpgradeStep>("Running 'Upgrade' service");
_logger.LogInformation("Running 'Upgrade' service");
var plan = new UmbracoPlan(_umbracoVersion, _globalSettings);
plan.AddPostMigration<ClearCsrfCookies>(); // needed when running installer (back-office)