Skip to content

Commit

Permalink
Cleaning whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Apr 5, 2016
1 parent bc13500 commit d96ef16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YesSql.Core/Sql/SchemaBuilders/MySqlSchemaBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public override void Run(StringBuilder builder, AlterColumnCommand command)
_dialect.QuoteForTableName(command.TableName),
_dialect.QuoteForColumnName(command.ColumnName));
var initLength2 = builder2.Length;

if (command.Default != null) {
builder2.Append(" set default ").Append(_dialect.GetSqlValue(command.Default)).Append(" ");
}
Expand Down

0 comments on commit d96ef16

Please sign in to comment.