diff --git a/NBi.Xml/Decoration/Command/SqlRunXml.cs b/NBi.Xml/Decoration/Command/SqlRunXml.cs index d5880b5e9..f3bb3059e 100644 --- a/NBi.Xml/Decoration/Command/SqlRunXml.cs +++ b/NBi.Xml/Decoration/Command/SqlRunXml.cs @@ -35,7 +35,6 @@ public string FullPath } [XmlAttribute("version")] - [DefaultValue("SqlServer2014")] public string Version { get; set; } [XmlAttribute("connectionString")] @@ -58,7 +57,7 @@ public string ConnectionString public SqlRunXml() { - + Version = "SqlServer2014"; } } }