Fix MigrationExpressionBase, minor typo
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Umbraco.Core.Migrations
|
||||
|
||||
if (string.IsNullOrWhiteSpace(sql))
|
||||
{
|
||||
Logger.Info(GetType(), "SQL [{ContextIndex}: <empty>", Context.Index);
|
||||
Logger.Info(GetType(), "SQL [{ContextIndex}]: <empty>", Context.Index);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user