U4-10681 Restore option in media recycle bin (#2342)

This commit is contained in:
Richard Thompson
2018-07-27 14:56:18 +01:00
committed by Sebastiaan Janssen
parent c0cdf727ca
commit 60910efc53
15 changed files with 278 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ namespace Umbraco.Core.Models.Rdbms
[ExplicitColumns]
internal class RelationTypeDto
{
public const int NodeIdSeed = 3;
public const int NodeIdSeed = 4;
[Column("id")]
[PrimaryKeyColumn(IdentitySeed = NodeIdSeed)]