Assembly: OptimaJet.Workflow.SQLite

Class Migration15CreateCalendarNameColumn

OptimaJet.Workflow.SQLite.Migrations.Migration15CreateCalendarNameColumn

Migration that adds the calendar name column to the workflow process instance table.

[Migration(15, TransactionBehavior.Default, null)]
[WorkflowEngineMigration("OptimaJet.Workflow.SQLite.Scripts.CreateCalendarNameColumn.sql")]
[ProductVersion("WorkflowEngine", "13.0.0")]
public class Migration15CreateCalendarNameColumn : Migration, IMigration

Type Hierarchy

Attributes

  • FluentMigrator.MigrationAttribute: Attribute of type FluentMigrator.MigrationAttribute
  • OptimaJet.Workflow.Migrator.WorkflowEngineMigrationAttribute: Attribute of type OptimaJet.Workflow.Migrator.WorkflowEngineMigrationAttribute
  • OptimaJet.Workflow.Migrator.ProductVersionAttribute: Attribute of type OptimaJet.Workflow.Migrator.ProductVersionAttribute

Methods

public override void Up() #
public override void Down() #