Skip to content

Commit

Permalink
Change way to handle default for version of SqlServer in batch xml el…
Browse files Browse the repository at this point in the history
…ement
  • Loading branch information
Cédric L. Charlier committed Aug 10, 2016
1 parent 4d972af commit a319fbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NBi.Xml/Decoration/Command/SqlRunXml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public string FullPath
}

[XmlAttribute("version")]
[DefaultValue("SqlServer2014")]
public string Version { get; set; }

[XmlAttribute("connectionString")]
Expand All @@ -58,7 +57,7 @@ public string ConnectionString

public SqlRunXml()
{

Version = "SqlServer2014";
}
}
}

0 comments on commit a319fbe

Please sign in to comment.