Updates how package migrations are run. Only publish a single notification.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user