Class MigrationAbstract

Abstract base-class for one-time migrations.

Hierarchy

  • Migration

Constructors

Properties

Accessors

Methods

Constructors

Properties

migrationIdentifier: string

Set by the Migrations unit on load.

Accessors

Methods

  • Sets the migration identifier. This is used internally when the Migrations service loads the migration files to determine the ID from the file-name. It shouldn't be used externally.

    Parameters

    • name: string

    Returns void