Skip to content

Support for custom directoryΒ #41

@vinnymac

Description

@vinnymac

Thanks for making srtd, great project!

My project utilizes a different structure for storing sql migrations than the one srtd specifies. My team is currently working around this issue by moving files after srtd runs via a script.


Example

My migrations are currently stored in the following format:
migrations/[migration_name_with_prefix]/migrate.sql

I would like to keep using my existing pattern, but the migrations that srtd creates are written as:
migrations/[migration_name_with_prefix].sql


Would you consider adding support for custom directories?

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