Merge branch 'leekelleher-U4-337' into 7.3.0

Conflicts:
	src/Umbraco.Core/Umbraco.Core.csproj
This commit is contained in:
Shannon
2015-01-06 12:24:29 +11:00
18 changed files with 427 additions and 3 deletions

View File

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