Adds ability to have proxy migrations so there is no duplication of declaring migrations and no duplication of executing already executed migrations. Would have been a bit nicer to have
This commit is contained in:
@@ -529,16 +529,7 @@ namespace Umbraco.Core
|
||||
{
|
||||
return ResolveTypesWithAttribute<BaseMapper, MapperForAttribute>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns all available IMigrations in application
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
internal IEnumerable<Type> ResolveMigrationTypes()
|
||||
{
|
||||
return ResolveTypes<IMigration>();
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Returns all SqlSyntaxProviders with the SqlSyntaxProviderAttribute
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user