fixes tests

This commit is contained in:
Shannon
2014-08-07 11:15:34 -06:00
parent bf58359eed
commit 6e3d0b5d91

View File

@@ -27,8 +27,8 @@ 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
[Ignore]
[ResultColumn("NodeCount")]
public int NodeCount { get; set; }
}
}