Updates how package migrations are run. Only publish a single notification.

This commit is contained in:
Shannon
2021-08-18 12:01:56 -06:00
parent 718a9e9593
commit 8ede33f6ba
17 changed files with 210 additions and 178 deletions

View File

@@ -5,6 +5,6 @@ namespace Umbraco.Cms.Core.Migrations
{
public interface IMigrationPlanExecutor
{
Task<string> ExecuteAsync(MigrationPlan plan, string fromState);
string Execute(MigrationPlan plan, string fromState);
}
}