fixed tests
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user