Interface IMigratable
OptimaJet.Workflow.Migrator.IMigratable
Provides methods for configuring FluentMigrator to run provider migrations.
Namespace: OptimaJet.Workflow.Migrator
public interface IMigratableMethods
void ConfigureMigrations(IMigrationRunnerBuilder builder, Assembly? assembly = null) #Configures FluentMigrator to run the migration from the provided assembly.
Parameters
Name
Type
Description
builderIMigrationRunnerBuilderThe instance of the interface for configuring migration runner services.
assemblyAssemblyThe assembly with migrations.