Merge branch 'v8/dev' into v8/feature/284-content-type-repo

This commit is contained in:
Stephan
2019-04-02 12:03:26 +02:00
175 changed files with 3469 additions and 2852 deletions

View File

@@ -69,7 +69,7 @@ namespace Umbraco.Core
public const string Tag = /*TableNamePrefix*/ "cms" + "Tags";
public const string TagRelationship = /*TableNamePrefix*/ "cms" + "TagRelationship";
public const string KeyValue = TableNamePrefix + "KeyValue";
public const string AuditEntry = TableNamePrefix + "Audit";