Refactoring DTOs for Identity seed, which is used by Sql Ce.
Updating unit tests and Contexts to include the ServiceContext and DatabaseContext.
This commit is contained in:
@@ -25,5 +25,6 @@ namespace Umbraco.Core.Persistence.SqlSyntax
|
||||
string ToCreatePrimaryKeyStatement(TableDefinition table);
|
||||
string GetSpecialDbType(SpecialDbTypes dbTypes);
|
||||
string GetConstraintDefinition(ColumnDefinition column, string tableName);
|
||||
List<string> ToAlterIdentitySeedStatements(TableDefinition table);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user