fixes up unit tests

This commit is contained in:
Shannon
2013-12-16 13:55:46 +11:00
parent 11103c0bc5
commit b86cddda94
2 changed files with 11 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ namespace Umbraco.Core.Models.Rdbms
internal class PropertyTypeGroupDto
{
[Column("id")]
[PrimaryKeyColumn(IdentitySeed = 6)]
[PrimaryKeyColumn(IdentitySeed = 12)]
public int Id { get; set; }
[Column("parentGroupId")]