Fixes installer issue on CE

This commit is contained in:
perploug
2013-11-04 14:56:56 +01:00
parent be9f0c066e
commit f342b80e86

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")]