Merge origin/dev-v7 into dev-v7.6

This commit is contained in:
Stephan
2016-11-18 09:52:45 +01:00
22 changed files with 380 additions and 251 deletions

View File

@@ -11,7 +11,6 @@ namespace Umbraco.Core.Models.Rdbms
{
[Column("id")]
[PrimaryKeyColumn]
[Index(IndexTypes.NonClustered, Name = "IX_cmsPropertyData")]
public int Id { get; set; }
[Column("contentNodeId")]