Merge pull request #3009 from AnthonyCogworks/umbplfest-hackathon-remove-obsolete-phase4

umbPLfest hackathon removed obsolete - phase 4
This commit is contained in:
Sebastiaan Janssen
2018-09-25 22:22:19 +02:00
committed by GitHub

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);