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

Add support for "optional" migrations #9

Description

@WanWizard

Allow the migration to check some external condition. If true, run the migration, if false, skip the migration.

Repeat this process every time migrations are run, until the condition becomes true.

This allows you to for example only update the database schema if needed, like only add Auth tables if you have configured auth for a database backend.

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