We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5b1a7 commit 5e68bf7Copy full SHA for 5e68bf7
src/Umbraco.Infrastructure/Migrations/MigrationPlan.cs
@@ -365,7 +365,7 @@ public void Validate()
365
/// Throws an exception when the initial state is unknown.
366
/// </summary>
367
public virtual void ThrowOnUnknownInitialState(string state) =>
368
- throw new InvalidOperationException($"The migration plan does not support migrating from state \"{state}\".");
+ throw new InvalidOperationException($"The migration plan \"{Name}\" does not support migrating from state \"{state}\".");
369
370
/// <summary>
371
/// Follows a path (for tests and debugging).
0 commit comments