Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Create migration handler #2

Description

@emlynwest

This class should be responsible for running migrations.

It should be able to:

  • Get a list of migrations to run
  • A list of already run migrations
  • Calculate the order of migrations based on dependencies
  • Check for circular dependencies
  • Keep an execute stack while migrations are running
  • Roll back changes if a migration fails
  • Have a way to buffer/output/store messages to allow for logging

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions