Moving database definition models, so they are shared and can be used in the sql syntax provider.
This commit is contained in:
@@ -44,6 +44,6 @@ namespace Umbraco.Core.Persistence.SqlSyntax
|
||||
string CreateConstraint { get; }
|
||||
string DeleteConstraint { get; }
|
||||
string CreateForeignKeyConstraint { get; }
|
||||
string Format(Migrations.Model.ColumnDefinition column);
|
||||
string Format(DatabaseModelDefinitions.ColumnDefinition column);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user