Skip to content

Need a dry-run feature #9

@hproctor-tw

Description

@hproctor-tw

A "dry run" feature is needed to see what would be applied to the database.

For python migrations, this should just output the module name without loading it. This will prevent unintended code execution on module import.

For SQL migrations, show the file and, on verbose, show the statement, but do not execute them. Flag log messages with a DRY RUN label.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions