umbPLfest hackathon removed obsolete - phase 4

This commit is contained in:
Anthony
2018-09-20 16:02:49 +01:00
parent 8649062500
commit c6f3b2fe7c
2 changed files with 2 additions and 4 deletions

View File

@@ -44,9 +44,7 @@ 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);
string Format(TableDefinition table);