Skip to content

Supporting up/down migrations in a single file #13

Description

@jamesplease

Would you open to a PR that adds support for up/down migrations in a single file, similar to the library careen? A combined migration file would have the following form:

CREATE TABLE people (first_name TEXT NOT NULL, last_name TEXT NOT NULL);
---
DROP TABLE people;

Thanks for reading!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions