Fixes DB schema validation

This commit is contained in:
Shannon
2018-08-17 11:16:10 +10:00
parent cdf3581721
commit 5068b8ae9f
4 changed files with 18 additions and 23 deletions

View File

@@ -53,6 +53,8 @@ namespace Umbraco.Core.Persistence.SqlSyntax
string TruncateTable { get; }
string CreateConstraint { get; }
string DeleteConstraint { get; }
[Obsolete("This is never used, use the Format(ForeignKeyDefinition) instead")]
string CreateForeignKeyConstraint { get; }
string DeleteDefaultConstraint { get; }
string FormatDateTime(DateTime date, bool includeTime = true);