fixed tests

This commit is contained in:
Shannon
2014-08-07 11:10:40 -06:00
parent 59b4940979
commit bf58359eed

View File

@@ -27,8 +27,7 @@ namespace Umbraco.Core.Models.Rdbms
[NullSetting(NullSetting = NullSettings.Null)]
[Length(100)]
public string Group { get; set; }//NOTE Is set to [varchar] (100) in Sql Server script
[Column("NodeCount")]
[Ignore]
public int NodeCount { get; set; }
}